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.…