How to set content into mui-rte with selenium webdriver in python?
问题 I am using mui-rte rich text editor (https://github.com/niuware/mui-rte) in a react project. I am not able to figure out how to input text to the rte input area when writing a selenium webdriver integration test. As I understand correctly, mui-rte is a materia-ui wrapper of draftjs. The react code is simply: <MUIRichTextEditor onChange={onChange} value={initial} {...rest} / > This generates the following html elements: <div id="mui-rte-container" class="MUIRichTextEditor-container-73"> <div