Posts

Showing posts from June, 2019

Interacting with Existing chrome browser using Selenium Webdriver

The only pain when working with WebDriver is to re-run the whole test after the test failure. This can be handled writing wrapper to fetch the Remote Webdriver session url and session id of the launched browser. The working code mentioned in the blog post is tested in chrome browser. However the code developed can be extended to other browsers as well. The Java Class with working code is available in github  link .