How to automate this popup in Selenium (Java). Please help me.
Asked
Active
Viewed 95 times
0

Ratmir Asanov
- 6,237
- 5
- 26
- 40

bhargav porapu
- 29
- 8
-
How is going? If my answer was helpful -- please check a tick near my answer. – Ratmir Asanov Nov 21 '17 at 09:32
1 Answers
1
Try on the below code:
driver.get("http://username:password@your_link");
where username and password -- your creds for authentication popup, your_link -- link to the site, where is raised authentication popup.

Ratmir Asanov
- 6,237
- 5
- 26
- 40