Category: Selenium WebDriver
One Response
Leave a Reply
How to create dynamic XPath for SVG elements in Selenium?
December 28, 2019
We have discussed a lot more about mobile testing and its emulation with the Chrome browser. Also, we talked about various ways to locate web elements to make the …
Winium Tool: A Unique Way to Automate Desktop Application using Selenium with Java
November 2, 2019
Originally, Selenium WebDriver meant for automation testing of web UI or simply GUI testing. Later on, different developers came and further implemented the WebDriver to achieve different purposes in …
Sikuli Tutorial: Automate Desktop & Windows Application with Selenium Integration
June 23, 2019
We have discussed different aspects and uses of Selenium WebDriver for our Test automation projects so far. There are various automation testing tools which fall under Licensed as well …
REST/SOAPUI based Web Services Testing in Selenium WebDriver
June 8, 2019
We came very far in our Selenium WebDriver learning journey and it’s very hard to find that we have left any topic untouched. Still, if I missed anything, then …
[Latest]How to Create a Firefox Profile to use in Selenium scripts?
June 6, 2019
When WebDriver launches browser then a new session gets created and you don’t see extensions, plugins or settings which are available on your browser. Sometimes few settings become mandatory …
Handling AJAX call in Selenium WebDriver
June 5, 2019
In the last article, we discussed testing with evolving web development technologies, that is handling bootstrap modal window in Selenium WebDriver. Now today’s agenda is testing the AJAX call …
How to handle bootstrap modal window in Selenium WebDriver?
June 4, 2019
Web technology is evolving day by day. Developers are more keen towards optimization and responsive design of the web application and the primary focus is Mobility. Even Google announced …
How to avoid challenges in running Selenium scripts in IE browser?
June 2, 2019
Test automation is efficient when we have a unified framework which supports cross browser testing. Now we just touched the string of cross browser testing, hence, we can’t ignore …
How to handle browser authentication window in Selenium WebDriver?
May 31, 2019
In the previous tutorial, we discussed checkpoints in Selenium. Today we are going to discuss the technique to handle browser authentication window in Selenium; both tutorials are related to …
Checkpoints, Breakpoints & Startpoints in Selenium WebDriver
May 30, 2019
This article will help you decide the breakpoints, Startpoints, and Checkpoints in your Selenium based tests. We have already discussed the breakpoints and startpoints in Selenium IDE tutorials; Now …
selenium