Experience & exploration about software QA tools & techniques. Maintaining & writing blog posts on qavalidation.com! Publishing video tutorials on youtube.com/qavbox

Selenium 4 – RelativeLocators

In our previous post, we have seen the features / enhancements to selenium 4, among them Relative locators is one. Relative locator helps to locate element[s] that are nearby other elements. RelativeLocator class exposes a method withTagName(String elementTagName) and locators as above – Returns the WebElement, which appears above to the specified element below – Returns…

What’s new in Selenium 4

In this year 2020, Selenium community is bringing lots of new features / enhancements to the users. In this post, we will discuss all the enhancements available so far in selenium 4 and will see if those changes impacting to our existing script or not! No more JSON Wire Protocol – only W3C As per…

Git commands cheatsheet

GitHub is one of the popular code repository and also used as version control tool, git provides various commands to perform operations like pushing code to remote repo, pulling code [can be from somebody else or from the central repo] and many other tasks. Here we will be listing out most commonly used git commands.…