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
When I try to do web = Browser() I get this error: ValueError: Timeout value connect was <object object at 0x00000277138947B0>, but it must be an int, float or None.
#94
Closed
HerrKallupke opened this issue
Jul 17, 2023
· 4 comments
DevTools listening on ws://127.0.0.1:52778/devtools/browser/5d9c3a89-6891-4fef-a461-f0422ca64582
[0213/092047.845:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
Traceback (most recent call last):
File "C:\Work\Scripts\Python\leavetime.py", line 28, in <module>
web = Browser(showWindow=False)
File "C:\Users\<my_username>\scoop\apps\miniconda3\current\envs\webbot\lib\site-packages\webbot\webbot.py", line 72, in __init__
[setattr(self, function, getattr(self.driver, function)) for function in
File "C:\Users\<my_username>\scoop\apps\miniconda3\current\envs\webbot\lib\site-packages\webbot\webbot.py", line 72, in <listcomp>
[setattr(self, function, getattr(self.driver, function)) for function in
AttributeError: 'WebDriver' object has no attribute 'switch_to_alert'
This is all my code:
from webbot import Browser
web = Browser()
and this is the error:
ValueError: Timeout value connect was <object object at 0x00000277138947B0>, but it must be an int, float or None.
The text was updated successfully, but these errors were encountered: