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
How to Create Base Class in Selenium for Better script
All of us know the importance of Automation framework which can reduce the huge amount to rework.This article will walk you through How to Create Base Class in Selenium for Better script and trust me you will love this feature. Long back we have covered Data Driven framework and Page Object model as well, so you can combine all the concepts now with Base class and you can … [Read more...] about How to Create Base Class in Selenium for Better script
How to Click in Selenium webdriver using JavaScript
Do you know we can also Click in Selenium webdriver using JavaScript using different approaches. I have covered previously as well like How to perform click operation in Selenium Webdriver but now we are going to talk about something new I mean how to click in Selenium webdriver using JavaScript for an element which is disabled. While working with disabled web element you … [Read more...] about How to Click in Selenium webdriver using JavaScript
How to handle alert in Selenium Webdriver
In some application, while submitting a form or for confirmation a window comes that window known as Alert.Today we will talk about how we can handle alert in Selenium Webdriver using Alert Interface and using different methods. Web-Based alert and Java Script alerts are same so do not get confused. Until you do not handle alert window you cannot perform any … [Read more...] about How to handle alert in Selenium Webdriver
Solution for InvalidElementStateException in Selenium Webdriver
Recently I was working with some of the scenarios and I got InvalidElementStateException in Selenium Webdriver which was stopping me from performing any operation. If you have worked with Selenium then I must say you also have faced InvalidElementStateException in Selenium Webdriver right? If not then I will show you how you can get this exception and what will be the … [Read more...] about Solution for InvalidElementStateException in Selenium Webdriver