Combine TestNGListener with log4j for selenium result reporting
This post will explain the integration of any java logger (let’s say Log4j) with ITestListener to customise result output and…
This post will explain the integration of any java logger (let’s say Log4j) with ITestListener to customise result output and…
In this post, we will see how to handle drop down webelement in Selenium and python, select an option from…
Sublime text 3.x is one of the light weight multi platform python editor,one good thing about this editor is that…
Selenium supports many languages, in which python is one. We have discussed how we can write and run selenium tests…
Push notification is a message pop up to any mobile device and can be sent from any app that is…
In this post, we will see top demo websites to practice automation testing using tools like Selenium, protractor, UFT [formerly…
From selenium 3.0 beta 4, selenium introduced class FirefoxOptions to Manage firefox specific settings in a way gecko driver can understand. Let’s see…
This below chart will let you know which version of selenium is compatible with which version of browsers / drivers.…
Problem – In one of my earlier post Selenium java for angularJS apps, we have seen how we can…