Derpitron / Discord-OTP-Forcer

Selenium based discord OTP forcer
GNU Affero General Public License v3.0
45 stars 13 forks source link

'find_element_by_name' is it WebDriver issue #3

Closed Wabungus43 closed 2 years ago

Wabungus43 commented 2 years ago

[WDM] - ====== WebDriver manager ====== 2022-07-08 00:48:07,823 INFO ====== WebDriver manager ====== [WDM] - Current google-chrome version is 103.0.5060 2022-07-08 00:48:07,871 INFO Current google-chrome version is 103.0.5060 [WDM] - Get LATEST chromedriver version for 103.0.5060 google-chrome 2022-07-08 00:48:07,871 INFO Get LATEST chromedriver version for 103.0.5060 google-chrome [WDM] - Driver [/home/wabungus123/.wdm/drivers/chromedriver/linux64/103.0.5060.53/chromedriver] found in cache 2022-07-08 00:48:07,997 INFO Driver [/home/wabungus123/.wdm/drivers/chromedriver/linux64/103.0.5060.53/chromedriver] found in cache /home/wabungus123/Desktop/Discord-OTP-Forcer/src/main.py:15: DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(ChromeDriverManager().install()) Traceback (most recent call last): File "/home/wabungus123/Desktop/Discord-OTP-Forcer/src/main.py", line 92, in main() File "/home/wabungus123/Desktop/Discord-OTP-Forcer/src/main.py", line 35, in main loginEmail = driver.find_element_by_name("email") AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'

Derpitron commented 2 years ago

Hello! I Don't use linux, so I am not able debug this issue, sorry : ( Please see #1

Wabungus43 commented 2 years ago

so im trying to this all in windows right? and i get this error

C:\Users\pr0ga\Discord-OTP-Forcer\src\main.py:15: DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(ChromeDriverManager().install()) Traceback (most recent call last): File "C:\Users\pr0ga\Discord-OTP-Forcer\src\main.py", line 92, in main() File "C:\Users\pr0ga\Discord-OTP-Forcer\src\main.py", line 35, in main loginEmail = driver.find_element_by_name("email") AttributeError: 'WebDriver' object has no attribute 'find_element_by_name'

i tried messing with the .env file, making the email and password lines match with the fine element or whatever, that didnt work ended with the same result. any ideas?

SpaghettDev commented 2 years ago

Try to install selenium version 4.1.5 by running this in you preferred shell.

pip uninstall selenium
pip install selenium==4.1.5