-
@mdmintz See here So the question is, are there more functions which should not be performed manually, for example sendkeys, click an element etc. ? I want to do some tests to see if the whole SeleniumBase uc-driver is working for me before automating everything. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 27 replies
-
Hello, In UC Mode ( See https://www.youtube.com/watch?v=5dMFI3e85ig for details. |
Beta Was this translation helpful? Give feedback.
-
Thanks so much. I am on it. |
Beta Was this translation helpful? Give feedback.
-
@mdmintz |
Beta Was this translation helpful? Give feedback.
-
@mdmintz |
Beta Was this translation helpful? Give feedback.
-
@mdmintz |
Beta Was this translation helpful? Give feedback.
-
Could you please implement a way to use uc_click with elements like this: webelement.uc_click() It would be so much better and easier. |
Beta Was this translation helpful? Give feedback.
Hello, In UC Mode (
--uc
/uc=True
) SeleniumBase'sdriver.get(url)
function has been modified to disconnect chromedriver from Chrome before navigating to the URL. This disconnect is necessary to prevent detection. There are other special methods, such asdriver.uc_click(selector)
anddriver.uc_open_with_reconnect(url, reconnect_time)
, etc.See https://www.youtube.com/watch?v=5dMFI3e85ig for details.