A program that turns on safari in private mode

Asked 1 years ago, Updated 1 years ago, 97 views

I'm creating a program that connects to a specific website in safari private mode and logs in automatically.

I looked it up on Google and found that selenium shows how to turn it on in secret mode on Firefox or Chrome, but there is no safari. I want to know the code to turn on the safari in secret mode.

Questions about Firefox/Chrome on stackoverflow:

web-services python

2022-09-22 22:10

1 Answers

Selenium Documentation Other browser drivers such as chrome and opera are shown in the left sidebar of this site, but there is no safari, so it seems that selenium has not yet implemented safariDriver.


2022-09-22 22:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.