Window size #3
filipmagula
started this conversation in
Ideas
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, this was all fixed in 1.1.2, please try it and let me know if it works for you. Thanks https://github.com/anonieX/alienworldsauto/releases/tag/1.1.2 |
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
-
Hi anonieX,
at first - good job. It works pretty well.
I had two issues when trying to run the script:
Devtools (F12) needs to be opened to force selenium to start the sequence - not sure why, maybe just an issue on my side.
Working fix: option.add_argument('auto-open-devtools-for-tabs')
The window size used by Brave on startup will be probably different for each PC, therefore it needs to be set for specific size.
Partial fix: I have found that 925x982 works quite fine. "option.add_argument('window-size=...')" could be partial workaround, but needs some tweaking due to panels, adress bar, etc.
F.
Beta Was this translation helpful? Give feedback.
All reactions