-
The page is loading correctly tho the way i am creating my UC driver: AGENTS = [] PROXIES = [] def get_uc_sesh(): Problematic function: def check_posts(url, driver):
File "C:\Users\cecoM\Desktop\code\Python_main_.py", line 15, in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
SeleniumBase/help_docs/method_summary.md Line 340 in bdec244 The |
Beta Was this translation helpful? Give feedback.
save_data_as
is for theSB()
/BaseCase
formats only:SeleniumBase/help_docs/method_summary.md
Line 340 in bdec244
The
Driver()
format has a limited API (mainly from regularselenium
).