Replies: 2 comments
-
Which version of SeleniumBase are you using? In Chrome 130, there were odd changes to the structure of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ohh right I'm using the seleniumbase==4.32.3 version and your were right I was on Chrome 130 to. Thanks you a lot I'm gonna update it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I am starting a new project for a tool to automate a continuous task to save time, I will provide you with the real links as well as my source code.
On the tests done so far I notice this when I run with SB(uc=True) as sb: and I try to get_source_page() here is what I get:
While on my screen the page opens, the site is loaded and the cookie pop-up constantly appears. I said to myself, so it's weird, I did another test, change the function, create my own, nothing works, until I change and remove the (uc=True) obviously I can no longer use uc_open_with_reconnect() but I can recover the page.
My conclusion is that the uc mode prevents this. Have you ever encountered the problem? or any ideas?
Here is my source code:
Beta Was this translation helpful? Give feedback.
All reactions