Open trongbang86 opened 6 years ago
found the answer: find('div.public-DraftEditor-content', visible: false).send_keys 'desc'
@trongbang86 Thank you very much! I was looking for that for a while! Could you please tell me how did you find it?
I inspected the DOM generated.
I'm trying to write selenium test for this.
find('div.public-DraftStyleDefault-block public-DraftStyleDefault-ltr', visible: false).set('some value')
However it doesn't work. How can I test this with selenium?