Internet Explorer Developer Channel automation test IE Browser

Source: Internet
Author: User

IE native Web Driver calls, with simple configuration, can be automated to test IE browser (Internet Explorer Developer Channel only version currently). It is easy to do some automated operations. such as fast login, Rob tickets and so on.

    • Start-run-cmd
    • Paste or input format: LinrIEWebDriver.exe xxx.json/appvve:9bd02eed-6c11-4ff0-8a3e-0b4733ee86a1_ 6a0357b5-ab99-4856-8a59-cf2c38579e78
    • such as: LinrIEWebDriver.exe config.json/appvve:9bd02eed-6c11-4ff0-8a3e-0b4733ee86a1_ 6a0357b5-ab99-4856-8a59-cf2c38579e78

Open Bing input webdriver, screenshot and pop up 123 hint Config.json:

{    "newsession": [],    "get": "Http://bing.com",    "Wait": $,    "Maximizewindow": {},    "Findelement": "Input[name=q]",    "SendKeys": ["W", "E", "B", "D", "R", "I", "V", "E", "R", "\ue007"],    "Executescript": "Alert (1)" ,    "Takescreenshot": "",    "executescript (script, args)": [' Alert (arguments[0]) ', ["123"]]}

Https://github.com/Linrstudio/Linr-IE-Web-Driver

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.