You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, on line 198, remove the install() function param and just leave the chrome_options like this: driver = webdriver.Chrome(options=chrome_options )
this will fix the error with options having multiple params.
Edit Pinterest.py as follows
Issue: creds not writing to root.
Fix: Rewrite Registry
At: Line 135
change to
Issue: Errors related to find_element_by. This is a deprecated method.
Fix: Update method for Selenium4.
At: Lines 216 and 217
change to
At: Line 219
change to
The text was updated successfully, but these errors were encountered: