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
I'm encountering an issue with SeleniumBase where the script works fine when run in the console, but when I try to run it in Visual Studio Code's debug mode, it gets stuck at the line with SB(**options) as sb: The script doesn't time out or throw any errors. The problem happens consistently on both Windows 11 and Windows Server, but interestingly, it works on the first run and fails in subsequent runs.
I've tried debugging and identifying where in the SeleniumBase library it might be getting stuck, but I haven't been able to locate the exact line.
Has anyone encountered a similar issue, or does anyone have suggestions for troubleshooting this further?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello community,
I'm encountering an issue with SeleniumBase where the script works fine when run in the console, but when I try to run it in Visual Studio Code's debug mode, it gets stuck at the line
with SB(**options) as sb:
The script doesn't time out or throw any errors. The problem happens consistently on both Windows 11 and Windows Server, but interestingly, it works on the first run and fails in subsequent runs.I've tried debugging and identifying where in the SeleniumBase library it might be getting stuck, but I haven't been able to locate the exact line.
Has anyone encountered a similar issue, or does anyone have suggestions for troubleshooting this further?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions