(context)
| 979 | @step("User opens new tab") |
| 980 | @step("User opens new window") |
| 981 | def open_new_window(context): |
| 982 | sb = context.sb |
| 983 | sb.open_new_window() |
| 984 | |
| 985 | |
| 986 | @step("Accept alert") |
nothing calls this directly
no test coverage detected
searching dependent graphs…