Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CRIO_BYTES
SELENIUM
me_selenium_grid
Commits
c9da27a0
Commit
c9da27a0
authored
2 years ago
by
Nabhan Abdulla P V
💬
Browse files
Options
Download
Email Patches
Plain Diff
Update solution/PageTitleTest.java, lib/src/test/java/learnseleniumgrid/PageTitleTest.java files
parent
819c61ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lib/src/test/java/learnseleniumgrid/PageTitleTest.java
lib/src/test/java/learnseleniumgrid/PageTitleTest.java
+1
-1
solution/PageTitleTest.java
solution/PageTitleTest.java
+2
-2
No files found.
lib/src/test/java/learnseleniumgrid/PageTitleTest.java
View file @
c9da27a0
...
...
@@ -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
*/
}
...
...
This diff is collapsed.
Click to expand it.
solution/PageTitleTest.java
View file @
c9da27a0
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment