Skip to content

Commit e5e05a6

Browse files
authored
readme - fine-tune focus() description
1 parent 6fc6b32 commit e5e05a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Function|Parameters|Purpose
159159
`telegram()`|`telegram_id`, `text_to_send` (first look up @rpapybot)|send Telegram message
160160
`keyboard()`|`keys_and_modifiers` (using visual automation)|send keystrokes to screen
161161
`mouse()`|`'down'` or `'up'` (using visual automation)|send mouse event to screen
162-
`focus()`|`app_to_focus`|make application in focus
162+
`focus()`|`app_to_focus` (full name of app)|make application in focus
163163
`wait()`|`delay_in_seconds` (default 5 seconds)|explicitly wait for some time
164164
`table()`|`table number` or `XPath`, `filename_to_save`|save webpage table to CSV
165165
`bin()`|`file_to_bin`, `password` (optional but recommended)|secure temporary storage

0 commit comments

Comments
 (0)