|
Hi there, Whenever I use one of these two I get the following error, which I didn't get before: |
Answered by
mdmintz
Nov 11, 2023
Replies: 1 comment 3 replies
|
SeleniumBase/examples/test_window_switching.py You may want to look at SeleniumBase/help_docs/syntax_formats.md to learn the difference. |
3 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
open_new_window()andopen_new_tab()are SeleniumBase BaseCase methods, notdrivermethods. Here's an example of it:SeleniumBase/examples/test_window_switching.py
You may want to look at SeleniumBase/help_docs/syntax_formats.md to learn the difference.