Commit c9da27a0 authored by Nabhan Abdulla P V's avatar Nabhan Abdulla P V 💬
Browse files

Update solution/PageTitleTest.java, lib/src/test/java/learnseleniumgrid/PageTitleTest.java files

parent 819c61ed
......@@ -23,7 +23,7 @@ public class PageTitleTest {
// Step - 5 : Set platform using setCapability method
/**
* Step - 6 : Create the object of RemoteWebDriver
* a. Set the *Node* URL
* a. Set the Hub URL
* b. Pass DesiredCapabilities object
*/
}
......
......@@ -35,7 +35,7 @@ public class PageTitleTest {
* a. Set the Hub URL
* b. Pass DesiredCapabilities object
*/
driver = new RemoteWebDriver(new URL("http://192.168.1.2:5555/wd/hub"), capabilities);
driver = new RemoteWebDriver(new URL("http://192.168.1.2:4444/wd/hub"), capabilities);
}
@Test
......@@ -57,4 +57,4 @@ public class PageTitleTest {
public void cleanUp() {
driver.quit();
}
}
\ No newline at end of file
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment