Hello, Welcome to Selenium tutorials, in this post we will see Scroll page in Selenium Webdriver using different ways. JavaScript plays very important role in Selenium Webdriver too, earlier also we have seen how to work with JavaScript and usage of Java Script in Selenium Webdriver. We can highlight elements as well using JavaScript. If you are working with Mobile … [Read more...] about How to Scroll Page in Selenium Webdriver using Java Script
How to read numeric data from Excel using apache poi for Selenium Webdriver
In the last post, we have already discussed how to read excel data using POI but we have missed one important point which can become the blocker for you. We can read numeric data from Excel using apache poi for Selenium webdriver. Our test data contains numeric data, string data, and sometimes combination as well which is totally dynamic in nature. so we need to create such … [Read more...] about How to read numeric data from Excel using apache poi for Selenium Webdriver
How to Disable Chrome notifications in Selenium WebDriver
I am sure that you might have faced notification bar in Selenium while working with Chrome Browser. In this article, I will guide you how to Disable Chrome notifications Selenium webdriver. In previous, post we also discussed how to disable developer option mode in Selenium. If you have not faced any scenario like this then check below screenshot to check how it … [Read more...] about How to Disable Chrome notifications in Selenium WebDriver
How to remove Disable Developer Mode Extension in Selenium
While working with Selenium Webdriver using Chrome browser you might get one additional popup. You can Disable Developer Mode Extension in Chrome using some additional code. Before moving into this post you should be familiar with Chrome with Selenium Webdriver. Code snippet //Set the chrome path System.setProperty("webdriver.chrome.driver", … [Read more...] about How to remove Disable Developer Mode Extension in Selenium
How to Automate IOS app using Appium Framework in Selenium
In the previous section, we have already discussed automating native and web application on Android Device using appium and this article will mainly guide you How to Automate IOS app using Appium Framework which runs on safari Browser. Automate ios app using appium Appium is one of the popular tools to automate mobile web, native and hybrid application and it has the power of … [Read more...] about How to Automate IOS app using Appium Framework in Selenium