Common watir-webdriver Methods

Source: Internet
Author: User

Execute js Code in watir-webdriver

In fact, some people will ask, watir-webdriver are all so many ways, why js is required, but watir is never without great power, and some things are still
Javascript convenience is required. For example, it is impossible for watir to solve the problem of counting all html tags,
browser.execute_script(“js brabrabra”)

Execute the JS script. If you want to return a value, add return to the script.

browser.execute_script(“return js brabrabra”)

 

For more js Code can refer to this: http://www.w3school.com.cn/htmldom/dom_obj_document.asp

The following are pending and unverified

If a confirmation window is displayed in the browser, you can do this.

browser.executeScript("window.confirm = function(msg) { returntrue; }");

 

 

Here also has a post specifically introduced this question: http://topic.csdn.net/u/20110218/13/e6b2a94c-1690-487f-85d0-0c16ec80d632.html? Seed = 1069168318 & r = 76443652 # r_76443652

 

If terraform is located and you want to prohibit only submission, you can use the form submit method instead of the button method.

Browser. form (: name, "f1"). submit

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.