March 31, 2018 – Make Selenium Easy

Hello People, Some days ago, I was running my regression automation suite and found webdriver is not able to launch browser. I was getting some socket exception. Whenever I face such situation, I just try to update browser version, browser driver version and selenium jar file version. Versioning non-compatibility is major issue in Selenium for […]

Hello Folks, In last post, we learnt how to upload a file using selenium webdriver. In this post , we will learn how JavaScript can help you in uploading a file when selenium webdriver fails to do so. I was working on an angular application where I need to upload a profile picture. I was […]