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
Copy file name to clipboardExpand all lines: examples/visual_testing/ReadMe.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ If you want to use ``self.check_window()`` to compare a web page to a later vers
46
46
Automated Visual Testing with ``self.check_window()`` is not very effective for websites that have dynamic content because that changes the layout and structure of web pages. For those pages, you're much better off using regular SeleniumBase functional testing.
47
47
48
48
Example usage of ``self.check_window()``:
49
-
```
49
+
```python
50
50
self.check_window(name="testing", level=0)
51
51
self.check_window(name="xkcd_home", level=1)
52
52
self.check_window(name="github_page", level=2)
@@ -58,7 +58,7 @@ Example usage of ``self.check_window()``:
0 commit comments