This is my one of my favorite topic Upload multiple files in Selenium using AutoIT. Recently in one of my requirement, we had to upload multiple times. We already know how to upload files in AutoIT but it is not recommended to create multiple AutoIT scripts for uploading files. We can also upload files in Selenium using Sikuli and Robot class as well but AutoIT … [Read more...] about Upload multiple files in Selenium webdriver using AutoIT
Advance Selenium
Using listener Re run failed test cases in selenium automatically
In this article, we are going to use new Interfaces today which will allow you to Re run failed test cases in selenium if the test fails. I have used this multiple times in my scripts and its helps me a lot. Hope this will be helpful for you as well. Why Re run failed test cases in selenium if it is failing? While working with internal applications, you may notice that … [Read more...] about Using listener Re run failed test cases in selenium automatically
How to upload files in Selenium Webdriver in MAC OS
File upload and File Download in Selenium Webdriuver has become very common scenario nowadays. I have automated the same scenario in Windows machine so many times. I have used two ways to upload a file in Selenium in Windows Machine.We have robot class option to Upload file in Selenium in mac. Please check out below article for the same. Upload File using … [Read more...] about How to upload files in Selenium Webdriver in MAC OS
How to solve Stale Element Reference exception in Selenium Webdriver
This is going to be one of the shortest posts of mine, but this post is quite important for those who are working with Selenium on the real time project because I will show you how to solve stale element reference exception in selenium webdriver. I am sure that you would have definitely faced StaleElemenet exception in Selenium Webdriver. I have seen so many exception in … [Read more...] about How to solve Stale Element Reference exception in Selenium Webdriver
How to solve Element is not clickable at point in Selenium
I was very happy when I was working with Firefox on Windows, but in my organization, I came across through a requirement where I had to execute test case mainly on Chrome browser. I faced Element is not clickable at point in Selenium and I solved using different ways. If you want to start working with chrome then check below post to see how to work with Chrome … [Read more...] about How to solve Element is not clickable at point in Selenium