Debasmita Adhikaridebasmita-a.hashnode.dev·Jun 28, 2024Why we don't use RemoteWebDriver driver = new ChromeDriver()Introduction: This is more of an Object Oriented Programming interview question rather than a Selenium WebDriver question. First of all, there is absolutely no problem with a browser driver object being referenced by RemoteWebDriver instance variable...DiscussSelenium BasicsRemoteWebDriver
Debasmita Adhikaridebasmita-a.hashnode.dev·May 27, 2024Automation Testing Framework using Selenium WebDriver and Java : Day 5In the last article of POM Automated Testing framework series, we learnt how to run our tests from command prompt with Maven commands and TestNG .xml with help of Surefire plugin. Remote configurations in test script : In order to run our tests on re...DiscussPage Object Model FrameworkRemoteWebDriver