Know how to write Selenium test using Python
Selenium supports many languages, in which python is one. We have discussed how we can write and run selenium tests…
Selenium supports many languages, in which python is one. We have discussed how we can write and run selenium tests…
We have seen how to identify web elements using selenium locators…there are situations where selenium alone can’t able to identify…
Follow below steps one by one to setup Jenkins on your windows machine If you are on Mac OS, then…
As per the selenium official link on Selenium RC, core selenium is basically a javascript program (set of functions) which…
The singleton pattern is a software design pattern that restricts the instantiation of a class to one “single” instance. Ensures that a…
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…
There is a situation where, you installed IE11 freshly and try to open the debugging window by clicking F12, but…
As we have seen on our prev post Sikuli intro, how to download and automate desktop application, in this post…
We have seen how to run selenium tests on chrome and Safari browsers, along with these browsers Firefox browser is…