Skip to content

Commit 59e926d

Browse files
committed
Update docs for SeleniumBase Presenter
1 parent 72e48bb commit 59e926d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/presenter/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The Reveal-JS library is used for running the presentations.
99

1010
<a href="https://seleniumbase.io/other/presenter.html"><img width="500" src="https://seleniumbase.io/other/presenter.gif" title="Screenshot"></a><br>
1111

12+
([Click on the image/GIF for the actual presentation](https://seleniumbase.io/other/presenter.html))
13+
1214
Slides can include HTML, code, images, and iframes.
1315

1416
Here's how to run the example presentation:

seleniumbase/fixtures/base_case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@ def save_presentation(
33203320
""" Saves a Reveal-JS Presentation to a file for later use.
33213321
@Params
33223322
name - If creating multiple presentations at the same time,
3323-
use this to select the one you wish to add slides to.
3323+
use this to select the one you wish to use.
33243324
filename - The name of the HTML file that you wish to
33253325
save the presentation to. (filename must end in ".html")
33263326
show_notes - When set to True, the Notes feature becomes enabled,
@@ -3389,7 +3389,7 @@ def begin_presentation(
33893389
""" Begin a Reveal-JS Presentation in the web browser.
33903390
@Params
33913391
name - If creating multiple presentations at the same time,
3392-
use this to select the one you wish to add slides to.
3392+
use this to select the one you wish to use.
33933393
filename - The name of the HTML file that you wish to
33943394
save the presentation to. (filename must end in ".html")
33953395
show_notes - When set to True, the Notes feature becomes enabled,

0 commit comments

Comments
 (0)