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