Skip to content

Commit e3cf217

Browse files
rauttizaaltat
authored andcommitted
docs: fix arguments table formatting in Set Presenter Mode keyword
1 parent 9245244 commit e3cf217

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Browser/keywords/browser_control.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,12 @@ def set_presenter_mode(
649649
When enabled, elements are highlighted with a border for a duration to visually show what the keyword found.
650650
651651
| =Arguments= | =Description= |
652-
| ``mode`` | When set to ``True``, enables presenter mode with default settings. When set to ``False``, disables presenter mode.
653-
Can also be a dictionary containing all highlighting configuration options as defined in ``HighLightElement``.
654-
**All fields in the dictionary are required.**
652+
| ``mode`` | When set to ``True``, enables presenter mode with default settings. When set to ``False``, disables presenter mode. Can also be a dictionary containing all highlighting configuration options as defined in ``HighLightElement``. All fields in the dictionary are required. |
655653
656654
The keyword returns the previous presenter mode value, allowing you to restore it later.
657655
658656
Example:
659-
| ${old_mode}= Set Presenter Mode True
657+
| ${old_mode} = Set Presenter Mode True
660658
| Click //button # Element will be highlighted
661659
| Set Presenter Mode ${old_mode} # Restore previous mode
662660
|

0 commit comments

Comments
 (0)