Foreplay When web automation, if you only have one display, if you start Google Chrome and occupy the entire display, then you must be unable to do other things NS. Of course, you can also use the
Tag: Selenium
Internet-Explorer – Opened in the new window of the IE instead of the Selenium web driver in the Selenium Web driver
When manually clicking the link in my app, it will open in a new tab in Chrome and IE. However, when my script runs, the link will be in IE Open in a new window instead of a new tab. The same scrip
Internet-Explorer – captures JavaScript errors for IE and Chrome using Selenium WebDriver
How to use WebDriver for Chrome and IE driver to catch JavaScript errors? You can execute custom JavaScript to hook into window.onerror.
You You can tell your JavaScript to return your dat
Selenium – Driver.quit () does not close your browser window
I have a framework and I am running my test; any error will cause the WebDriver instance to call something like the handleexception method, I call the driver.quit() method. I think driver.quit () T
How to use Selenium on a SmartTV browser
I know that selenium can be used on Android devices, start adb-server, chromedriver and then create an instance of webdriver.Remote()… I want to know if there is a similar method using selenium’s
ruby-on-rails – Capybara Selenium
When I use Selenium to run my test, my step fails and the page is displayed as follows in the browser:
Internal Server Error
can’t convert nil into String
WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18
Performance – Use Selenium UI test speed (using XVFB) on Jenkins on Firefox
I am using the Firefox driver to run Selenium UI tests on Jenkins, and their execution speed is very slow compared to local execution. Specifically, it is almost the time required for local executi
Selenium-Switch and SELECTAPI interface detailed
Switch
When we are in UI automation testing, there will always be a new tab page, a browser-level pop-up box or an iframe tag will appear At this time, we can’t handle these situations with t
UI Automation Test: UIRECORDER + Selenium Standalone Server builds Web UI Automation Test
Related document link:
1. Operation: https://www.jianshu.com/p/f7b11da864fa
Official website: http: //uirecorder.com/
Github: https://github.com/alibaba/uirecorder
User manual: https:
SELENIUM Work Principle Explain
Introduction to selenium Selenium is a tool for automated testing of web applications. Selenium tests run directly in the browser, just like a real user is operating. Supported browsers include IE