This guide will show you how to Upload File in Selenium Webdriver using Autoit Step by Step guide in a simple manner. 1-While automating web-application many times you will get window-based activity like- file upload, file download pop-up, window authentication for secure sites, etc. In this case, Selenium will fail and will not be able to handle desktop elements. We can … [Read more...] about Upload File in Selenium Webdriver using Autoit
AutoIT
Simple way to pass parameters to AutoIT script for file upload
Hi, all today I am going to share small tricks for Autoit, Thanks to my friend Lajish Lakshmanan who gave me this tip. In this post, we will discuss how to pass parameters in Autoit script for Selenium code. Background While uploading file in Selenium Webdriver using AutoIT we have hard coded the complete path so we cannot reuse that script for another test, which is actually … [Read more...] about Simple way to pass parameters to AutoIT script for file upload
Upload multiple files in Selenium webdriver using AutoIT
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
Handle Windows Authentication Popup using Selenium Webdriver
Handle Authentication Popup using Selenium Webdriver Hello, people welcome back to Selenium Tutorial, in this post we will see how to handle windows authentication popup using Selenium webdriver. Why we are getting Authentication window Each company having some proxy setting for the specific application so while running script using Selenium you will get this authentication … [Read more...] about Handle Windows Authentication Popup using Selenium Webdriver