Hello, Welcome to Selenium tutorials in this post we will see how to upload files in Selenium Webdriver using Robot class. When you start automating web applications then you will get many scenarios where you need to upload a single file or multiple files in order to continue the flow. If you click on file upload then the filer uploader model will appear which will ask to … [Read more...] about Upload file in Selenium webdriver using Robot class
Advance Selenium
how to create log files in selenium webdriver using Log4J
Hello welcome to Selenium Tutorials, in this post we will see how to create log files in selenium webdriver In Automation, reporting plays an important role so we can generate the different type of HTML reports, XSLT report, Log files etc. If you want to create enhanced report and with log attached to HTML report you can use extent report (I use this report) as … [Read more...] about how to create log files in selenium webdriver using Log4J