Xpath vs CSS Selector – key differences and patterns
In one of our previous post selenium locator strategies, we have learned how to identify elements based on HTML tags…
In one of our previous post selenium locator strategies, we have learned how to identify elements based on HTML tags…
We have learned to how to identify element[s] by using xpath & css locator strategies, this post will explain the…
With increasing dynamic elements on browser applications, basic xpath / css syntaxes sometimes not proper to use, for example –…
If you look at the Test pyramid (also refer to below image), more API testing is recommended over the UI…
In this year 2020, Selenium community is bringing lots of new features / enhancements to the users. In this post,…
Selenium released 2 beta versions of selenium 3.0 (beta 1 & 2 till 3rd Aug, 2016) with few of the…
In our selenium automation scripts, we use WebDriver driver = new FirefoxDriver(); or WebDriver driver = new ChromeDriver(); & so…
There are situations where we need to automate tasks such as Click on Browse (file explorer pops up) Select required…
In our one of previous post selenium on textbox, we have seen how to type or send text into textboxes…