BBBot icon indicating copy to clipboard operation
BBBot copied to clipboard

error depois da senha

Open malvsz opened this issue 5 years ago • 2 comments

depois que eu coloco a senha ta dando esse erro.

Traceback (most recent call last): File "script.py", line 27, in browser = webdriver.Chrome(capabilities=caps) TypeError: init() got an unexpected keyword argument 'capabilities'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "script.py", line 32, in browser = webdriver.Firefox(capabilities=caps) File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/firefox/webdriver.py", line 164, in init self.service.start() File "/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py", line 76, in start stdin=PIPE) File "/usr/lib/python3.6/subprocess.py", line 729, in init restore_signals, start_new_session) File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) OSError: [Errno 8] Exec format error: 'geckodriver'

malvsz avatar Apr 01 '20 04:04 malvsz

tbm

erickssa avatar Apr 01 '20 04:04 erickssa

Tente executar direto no terminal e veja se você instalou o geckodrive para o firefox, o link do repositório é para mac, tem que mudar para o sistema que você esta usando.

fabiomurilo121 avatar Apr 06 '20 16:04 fabiomurilo121