We can also run the Selenium Webdriver programs in Internet Explorer web browser using capabilities to perform automation testing.
Thread.sleep() method is used to pause the for defined time. Time is defined in milliseconds for this method.
We can also run the Selenium Webdriver programs in Internet Explorer web browser to perform automation testing.
IE Driver: This is basically used to initialize the Internet Explorer web browser to run the selenium script on this browser.
We can also run the Selenium Webdriver programs in Google Chrome web browser using capabilities to perform automation testing.
We can also run the Selenium Webdriver programs in Google Chrome web browser to perform automation testing.
Chrome Driver: This is basically used to initialize the Google Chrome web browser to run the selenium script on this browser.
We can also write data to excel file using Apache POI library .
We can read data from excel file using Apache POI library .
Go through the following steps to start with the Apache POI: