Skip to content

Commit

Permalink
readme - fine-tune focus() description
Browse files Browse the repository at this point in the history
  • Loading branch information
kensoh authored Jul 7, 2023
1 parent 6fc6b32 commit e5e05a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Function|Parameters|Purpose
`telegram()`|`telegram_id`, `text_to_send` (first look up @rpapybot)|send Telegram message
`keyboard()`|`keys_and_modifiers` (using visual automation)|send keystrokes to screen
`mouse()`|`'down'` or `'up'` (using visual automation)|send mouse event to screen
`focus()`|`app_to_focus`|make application in focus
`focus()`|`app_to_focus` (full name of app)|make application in focus
`wait()`|`delay_in_seconds` (default 5 seconds)|explicitly wait for some time
`table()`|`table number` or `XPath`, `filename_to_save`|save webpage table to CSV
`bin()`|`file_to_bin`, `password` (optional but recommended)|secure temporary storage
Expand Down

0 comments on commit e5e05a6

Please sign in to comment.