Category: Selenium WebDriver
One Response
Leave a Reply
How to find all broken links of the AUT in Selenium with Java?
January 14, 2019
In the last tutorial, we discussed running test automation with a headless browser. Whether it is physically installed browser in the system or headless browser, WebDriver will fetch all …
How to execute test in Headless browser with Selenium WebDriver?
January 13, 2019
We have already seen that Selenium WebDriver supports test execution in different web browsers such as Google Chrome, Mozilla Firefox, Internet Explorer, Safari, Opera, etc. There is a separate …
How to verify Tooltip text using Actions class in Selenium?
January 12, 2019
In previous tutorials, we discussed mouse hover scenario, right click actions, double click actions, drag and drop actions and keyboard action handling through Selenium WebDriver. All these activities are …
How to download file in Selenium with Chrome browser?
January 6, 2019
In the previous tutorial, we discussed the technique to upload file in Selenium, but by using AWT and Robot class. I would like to inform you that Robot class …
Handle Bootstrap dropdown in Selenium with innerHTML attribute?
January 2, 2019
This is our first blog post in 2019, hence, I wish there should be the perfect beginning of the new year for all of us. There are lots of …
How to upload file in Selenium with Robot class and StringSelection?
December 29, 2018
Robot class is the magic in Java and it becomes magnetic when it is integrated with Selenium WebDriver. In our earlier tutorials, we have discussed a lot about Robot …
How to Send Email notification of Test report in Selenium?
December 16, 2018
If we use continuous integration through Jenkins, then we can easily configure email notification through the pipeline. In that case, we do not require the coding practices. Here we …
How to Add Chrome Extension at run time using Selenium?
December 12, 2018
We have discussed a lot about Desired capabilities, ChromeOptions and technique to set proxy in Selenium by using Chrome Options class. We knew that ChromeOptions is one of the …
How to Set Proxy in Selenium WebDriver using Capability?
December 10, 2018
Our office network generally has a firewall for some categories of websites and we are restricted to open them. Due to their generic definition of firewall which restricts opening …
ChromeOptions to configure Chrome Sessions in Selenium
December 9, 2018
This tutorial is in continuation to our previous tutorial which is on use of DesiredCapabilities in Selenium WebDriver to set the browser’s properties. The Desired Capabilities class is not …
selenium