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
Fluentwait in selenium Webdriver and Different usage in Selenium
Wait in Selenium Webdriver is one of the most important topics for real-time applications and for interviews as well. Fluentwait in selenium webdriver in one of the examples of the dynamic wait which will solve many sync issues in Selenium Webdriver. There are many kinds of wait available in Selenium which are Page Load timeout Implicit wait Explicit … [Read more...] about Fluentwait in selenium Webdriver and Different usage in Selenium