URL Loading in Selenium Webdriver: All about get() and navigate()

Hello Folks, We have learnt how to open Chrome, Firefox, IE and Edge browser. It is very first step before we start automating test cases through Selenium Webdriver. Second step is to load URL of AUT(Application Under Test). So in this post we will learn below topics: Opening a URL through get() method. Opening a … Continue reading URL Loading in Selenium Webdriver: All about get() and navigate()