We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc6b32 commit e5e05a6Copy full SHA for e5e05a6
README.md
@@ -159,7 +159,7 @@ Function|Parameters|Purpose
159
`telegram()`|`telegram_id`, `text_to_send` (first look up @rpapybot)|send Telegram message
160
`keyboard()`|`keys_and_modifiers` (using visual automation)|send keystrokes to screen
161
`mouse()`|`'down'` or `'up'` (using visual automation)|send mouse event to screen
162
-`focus()`|`app_to_focus`|make application in focus
+`focus()`|`app_to_focus` (full name of app)|make application in focus
163
`wait()`|`delay_in_seconds` (default 5 seconds)|explicitly wait for some time
164
`table()`|`table number` or `XPath`, `filename_to_save`|save webpage table to CSV
165
`bin()`|`file_to_bin`, `password` (optional but recommended)|secure temporary storage
0 commit comments