Execute xpath or css on firefox browser
Selenium provides Xpath & css as element locators on browser, browsers provide an option to execute xpath and css to identify elements,…
Selenium provides Xpath & css as element locators on browser, browsers provide an option to execute xpath and css to identify elements,…
Sometimes if your mobile usb cable doesn’t work and you want to automate android devices using appium, then you can…
In chrome browser, when logged into any site with credentials, save password dialog pops up near to address bar, This…
Above screenshot gives you size of each data type in java, which will give us an idea of compatibility of…
In our selenium automation scripts, we use WebDriver driver = new FirefoxDriver(); or WebDriver driver = new ChromeDriver(); & so…
Follow below steps one by one to setup Jenkins on your windows machine If you are on Mac OS, then…