-
Hi there, Whenever I use one of these two I get the following error, which I didn't get before: |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
open_new_window()
andopen_new_tab()
are SeleniumBase BaseCase methods, notdriver
methods. 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.