Replies: 3 comments
-
I'm not sure how you would do web automation without internet. If you can find how to do it with Selenium, then we can do it with Pylenium |
Beta Was this translation helpful? Give feedback.
0 replies
-
I mean, i can manually download packages but, have restricted policy about ports. It seems some packages trying to download something on test startup, Maybe i can override webdriver manager (i.e) and use downloaded drivers directly? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In pylenium.json, you can set the local_path to your downloaded driver so
it doesn't check online to download it for you
…On Mon, Aug 21, 2023, 11:54 PM Vyroum ***@***.***> wrote:
I mean, i can manually download packages but, have restricted policy about
ports. It seems some packages trying to download something on test startup,
Maybe i can override webdriver manager (i.e) and use downloaded drivers
directly?
—
Reply to this email directly, view it on GitHub
<#315 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQDCPNKPXPHXK2DFTYEJL3XWRCSFANCNFSM6AAAAAA3YLTJSQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there any way to use Pylenium in local network, like closed company nets? I dont have internet conection, but i really want to try Pylenium for automating testing
Beta Was this translation helpful? Give feedback.
All reactions