Difference between WebDriver and FirefoxDriver
WebDriver is an interface FirefoxDriver is a class, which inherit RemoteWebDriver class that implements WebDriver interface.
WebDriver is an interface FirefoxDriver is a class, which inherit RemoteWebDriver class that implements WebDriver interface.
Elements like Buttons, textBoxes, Images and Links etc… are clickable, and should be present on screen & enabled to click.…
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
In our earlier posts Maven in eclipse – part1 and Maven in eclipse – part2, we have seen how to…
Selenium released 2 beta versions of selenium 3.0 (beta 1 & 2 till 3rd Aug, 2016) with few of the…
As we have seen on our prev post Sikuli intro, how to download and automate desktop application, in this post…
There are situations where we need to Download files from browser, Save in a specified folder on hard disk. We will use browser…
There are certain types of textbox designed for browser apps which provides suggestions based on the string typed, The suggestions may…
We have seen how to run appium tests on android native apps In this post, we will be learning how…