Handling multiple browser windows/popups using selenium
There are situations in which we get browser popups or multiple browser windows, when we open an URL or click…
There are situations in which we get browser popups or multiple browser windows, when we open an URL or click…
ListBox is an element where user can select/deselect one or more items from it. To identify the ListBox on webpage,…
For the setup of IDE and record/playback the user actions, you can get lot of resources in google. As selenium…
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
Extent report is one of the flexible API so far, and they have community version as well, so with free…
In this post, we will see how we can integrate extent report with testng listeners, in our previous post we…
Selenium Grid is used to run the selenium tests parallel across different platforms(Nodes) and browsers from one system (Hub)…. …
We will be discussing some of the practices (may not be THE best practices) which makes code base easier in…
There are situations where web controls/elements reside inside an inline frame, the inline frame is another document or dom resides…