We have Implemented loadWebBrowser() and closeWebBrowser() functions In PREVIOUS POST to centralize browser loading activity. Now supposing you wants to run your webdriver test In any other browser like Google Chrome then how will you do It? Our framework should have some facility to run selenium webdriver test In your desired browser. Let us do It.
STEP 24