Skip to content

Commit 55556bd

Browse files
committed
Add Python syntax highlighting to the Automated Visual Testing ReadMe
1 parent a7f1866 commit 55556bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/visual_testing/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you want to use ``self.check_window()`` to compare a web page to a later vers
4646
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.
4747

4848
Example usage of ``self.check_window()``:
49-
```
49+
```python
5050
self.check_window(name="testing", level=0)
5151
self.check_window(name="xkcd_home", level=1)
5252
self.check_window(name="github_page", level=2)
@@ -58,7 +58,7 @@ Example usage of ``self.check_window()``:
5858
```
5959

6060
Full example test:
61-
```
61+
```python
6262
from seleniumbase import BaseCase
6363

6464

0 commit comments

Comments
 (0)