which one to use? driver.close() / .quit()
There are different ways to close browser[s] using selenium after tests are run. Depending on scenarios, if single or multiple…
There are different ways to close browser[s] using selenium after tests are run. Depending on scenarios, if single or multiple…
Selenium framework leaunched it’s updated version 2.47.0 Download link: http://www.seleniumhq.org/download/ and here is below some of the main features of…
As most of us know, Autoit is a tool to automate basic navigations for non browser / windows applications. There…
While working with Selenium automation testing, we use different 3rd party frameworks (TestNG, Junit, MBunit, Nunit) in combination with Java…
For initial understanding on database and SQL queries, refer MySQL Basics To automate database testing, we will use selenium with…
Firefox profile is basically the personal settings of the firefox browser. Firefox profile contains information like your homepage, bookmarks, browser…
In this post, we will see how to handle / automate drop down webelement in Selenium and Java. Use cases…
Every browser application has it’s own delay in loading the elements when we open a web application / navigate from…
InvocationCount OutPut: Thread ID: 1Thread ID: 1Thread ID: 1Thread ID: 1Thread ID: 1 Above method ran 5 times, a single…