Selenium processes Rich Text (rich text box)

Source: Internet
Author: User

WordPress Rich Text

Use js to switch selenium to IFRAME.

Driver. switchto (). Frame ("content_ifr ");

Then execute JS

Webelement editor = driver. findelement (by. tagname ("body "));
Javascriptexecutor jsexecutor = (javascriptexecutor) driver;
Jsexecutor.exe cutescript ("arguments [0]. innerhtml = '

Why is it innerhtml?

 

 

Finally switch out IFRAME


Driver. switchto (). defaultcontent ();

 

 

Public void post () {// login (); webelement article = driver. findelement (. XPath ("// * [@ ID = 'menu-posts']/A/Div [3]"); article. click (); try {thread. sleep (2000);} catch (interruptedexception e) {// todo auto-generated Catch Block E. printstacktrace ();} webelement newArticle = driver. findelement (. linktext ("write an article"); newArticle. click (); webelement Title = driver. findelement (. XPath ("// * [@ ID = 'title']"); title. sendkeys ("I love selenium"); driver. switchto (). frame ("content_ifr"); webelement editor = driver. findelement (. tagname ("body"); javascriptexecutor jsexecutor = (javascriptexecutor) driver; jsexecutor.exe cutescript ("arguments [0]. innerhtml = '

 

Selenium processes Rich Text (rich text box)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.