Click browser keyboard key
Description
Clicks keyboard keys in the order of your choosing.
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Typing Speed | text | manual-only | true | The speed the agent will be typing the text. |
Keys | textList | manual-only | true | The keys the browser will click with the amount of times you choose and with a delayed interval of your choosing between each click. |
Scenarios
- The user wants to target a specific web element and the element will always be on a specific position when the web page loaded, the user sets the first key to Tab 4 times with 1 millisecond of a delay between each click and then sets the second key to click enter 1 time, this will set the focus on the element the user targets and triggers the event the element provides.
Use case
It is required to make use of the Launch web browser command.
Experienced tips
- You cannot have combo keys here, because you can only click the button using this command, click means that it
presses
andreleases
the button directly. - The keyboard click does not target a specific element in the webpage, so if you type in keys like
A
,B
andC
, those text will then be entered into the current focused element, if no input element is focused, you won't see anything happen.
Search Tags
Click keys
browser keys
browser keyboard
press and release