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_mouse_keyboard
Commits
f46b8b74
Commit
f46b8b74
authored
3 years ago
by
Likith Krish
Browse files
Options
Download
Email Patches
Plain Diff
Update solution/src/main/java/selenium/Clicks.java
parent
5a715f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
solution/src/main/java/selenium/Clicks.java
solution/src/main/java/selenium/Clicks.java
+1
-0
No files found.
solution/src/main/java/selenium/Clicks.java
View file @
f46b8b74
...
...
@@ -67,6 +67,7 @@ public class Clicks {
//executing right click
actions
.
contextClick
(
clickButton
).
perform
();
Thread
.
sleep
(
2000
);
//Close the window
driver
.
quit
();
...
...
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