youtube_uploader_selenium icon indicating copy to clipboard operation
youtube_uploader_selenium copied to clipboard

pip package seems to be broken

Open essbo opened this issue 2 years ago • 2 comments

ImportError: cannot import name 'By' from 'selenium_firefox.firefox' (/usr/local/lib/python3.10/dist-packages/selenium_firefox/firefox.py)

After some research i found this line of code in your pip package: from selenium_firefox.firefox import Firefox, By , Keys

on your repo it is from selenium_firefox.firefox import Firefox from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys

you might want to check that out :)

essbo avatar Jan 08 '23 02:01 essbo

had to change it manualy. now it works as intended

essbo avatar Jan 08 '23 02:01 essbo

how did you change it manually? did you just get rid of the By?

dillaryclump avatar Apr 21 '23 16:04 dillaryclump