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
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="24" /> Here's a line chart example:</h3>
56
+
<h3><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="32" /> Here's a line chart example:</h3>
57
57
58
58
```python
59
59
from seleniumbase import BaseCase
@@ -83,7 +83,7 @@ pytest test_line_chart.py
83
83
Because that presentation above has an ``interval`` set to ``8``, it will automatically advance to the next slide after 8 seconds. (Or exit if there are no more slides.)
84
84
85
85
86
-
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="24" /> For a more advanced example (multiple charts in a presentation):</h3>
86
+
<h3><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="32" /> For a more advanced example (multiple charts in a presentation):</h3>
87
87
88
88
```python
89
89
from seleniumbase import BaseCase
@@ -99,19 +99,19 @@ class MyChartMakerClass(BaseCase):
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="24" /> Here's a line chart example:</h3>
56
+
<h3><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="32" /> Here's a line chart example:</h3>
57
57
58
58
```python
59
59
from seleniumbase import BaseCase
@@ -83,7 +83,7 @@ pytest test_line_chart.py
83
83
Because that presentation above has an ``interval`` set to ``8``, it will automatically advance to the next slide after 8 seconds. (Or exit if there are no more slides.)
84
84
85
85
86
-
<h3><imgsrc="https://seleniumbase.io/img/sb_icon.png"title="SeleniumBase"width="24" /> For a more advanced example (multiple charts in a presentation):</h3>
86
+
<h3><imgsrc="https://seleniumbase.io/img/logo6.png"title="SeleniumBase"width="32" /> For a more advanced example (multiple charts in a presentation):</h3>
87
87
88
88
```python
89
89
from seleniumbase import BaseCase
@@ -99,19 +99,19 @@ class MyChartMakerClass(BaseCase):
0 commit comments