This is a short article on how you can run Selenium headless tests on Chrome and Firefox. With Selenium Webdriver version 3.6.0, its now super easy to run your scripts in headless mode on both Chrome and Firefox. Let us see how this works!! Selenium Headless – How does it work Starting from Selenium WebDriver… Continue reading Selenium Headless with Chrome and Firefox
Month: October 2017
Appium Scroll Examples
In this article, we will talk about different scroll strategies that you can use in your Appium test scripts. We will also provide detailed appium scroll examples which will help you come up with the best logic for your own scripts. Let us first have a quick look at the topics that we will cover… Continue reading Appium Scroll Examples