Before moving to Runtime Exception, you should be aware of Exception meaning. Exception general meaning a condition that is not common, in Exceptions in Selenium WebDriver occurs many times in different scenarios let’s have a look to all exception one by one. Exceptions in Selenium WebDriver NoSuchElementException This exception occurs when … [Read more...] about Exceptions in Selenium WebDriver
Uncategorized
How to perform Flash Testing with Selenium Webdriver
Hello, Welcome to Selenium Tutorials, In this post, we will see how to perform Flash testing with selenium. If you ask me that do we have some plugin for this or some additional classes then my answer is no. We have to write separate code for this and we have to use the same. I have added a jar file in this post which contains the code already so you can directly use the … [Read more...] about How to perform Flash Testing with Selenium Webdriver
How to read CSV files using Java
Hello Welcome to Selenium Tutorial, in this post How to read CSV files using Java and how we can use into our Selenium script. Selenium support only browser level automation and it does not have any API to read and write external data like Excel, Database so in previous post we have seen JExcel API and Apache POI. What is CSV files. CSV stands for comma separated … [Read more...] about How to read CSV files using Java