Find broken links using selenium
In a web page, we see lot’s of links which directs user to different other screens of same or different…
In a web page, we see lot’s of links which directs user to different other screens of same or different…
We often get confused when fetching text or value entered from a textBox on HTML DOM. in this post we…
Selenium provides Xpath & css as element locators on browser, browsers provide an option to execute xpath and css to identify elements,…
In this post, we will be seeing how we can run xpath or css queries on chrome browser Steps :…
If you are new to appium, please refer below links for the prerequisites Eclipse IDE setup Appium setup for windows [Mandatory…
For download and installation of eclipse, please eclipse setup For the 1st time, while opening the eclipse.exe, you may get…
Now we know how to identify html elements using only selenium or execute javascript in selenium, Now let’s see how…
Mobile device has many applications, so we should let appium know on which application automated tests should run. For this…
driver.get(““) Will wait till the page loads completely with all controls in place. Used to get page source. driver.getPageSource(); …