Web Automation
Metaflow referentie: Web Automation
Check if element exists


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Clear


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Click


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Click Selenium


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Double click


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Execute JavaScript


Optie |
Waarde |
Type veld |
Script |
Script to be executed |
string |
Arguments |
Script arguments. Use ',' to introduce multiple arguments |
string |
Get Attribute


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Attribute |
Attribute whose value is to be retrieved |
string |
Result |
Attribute value of the element |
string |
Get all child node count


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Result |
Count of child nodes located within the searched element. If set to -1, the method has failed |
string |
Get child node count


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Result |
Count of child nodes located within the searched element. If set to -1, the method has failed |
string |
Get Driver


Optie |
Waarde |
Type veld |
Result |
Driver object |
string |
Get Text


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Result |
Text from the element |
string |
Get Title


Optie |
Waarde |
Type veld |
Result |
Title of the website |
string |
Go To


Optie |
Waarde |
Type veld |
Url |
Webpage to which you will be redirected |
string |
Maximize




Optie |
Waarde |
Type veld |
xPath Primary |
Optional path to the primary element (used as target for actions). Click on the more options icon to open the object cloning window |
xPath selector |
xPath Secondary |
Optional path to the secondary element. Click on the more options icon to open the object cloning window |
xPath selector |
Offset X |
Optional offset X for action |
integer |
Offset Y |
Optional offset Y for action |
integer |
Delay |
Optional time in milliseconds to hold the mouse click |
integer |
Keys |
Optional keys to be sent to browser in action |
tekst |
Action |
Action to perform on found element. Depending on the action type, some of the optional parameters will be used |
dropdown |
Refresh


Select by Index


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Index |
Index to be selected from the select element |
tekst |
Select by Text


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Text |
Text to be selected from the select element |
tekst |
Select by Value


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Value |
Value to be selected from the select element |
tekst |
Set Text


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Text |
Text to be inserted to the element |
tekst |
Set Window size


Optie |
Waarde |
Type veld |
Height |
Height of the browser window |
tekst |
Width |
Width of the browser window |
tekst |
Set Chrome executalbe path


Optie |
Waarde |
Type veld |
Chrome path |
Path to the executable file of Google Chrome ('chrome.exe). Should be specified only if needed, due to custom installation |
source |
Set Edge executalbe path


Optie |
Waarde |
Type veld |
Edge path |
Path to the executable file of MS Edge ('msedge.exe). Should be specified only if needed, due to custom installation |
source |
Set Chrome driver directory path


Optie |
Waarde |
Type veld |
Driver folder |
Path to the folder containing the driver file for Google Chrome Automation. Should be specified only if needed, due to custom installation |
source |
Set Edge driver directory path


Optie |
Waarde |
Type veld |
Driver folder |
Path to the folder containing the driver file for MS Edge Automation. Should be specified only if needed, due to custom installation |
source |
Start Chrome


Optie |
Waarde |
Type veld |
URL |
Starting webpage |
tekst |
Start Edge


Optie |
Waarde |
Type veld |
URL |
Starting webpage |
tekst |
Start Internet Explorer


Optie |
Waarde |
Type veld |
URL |
Starting webpage |
tekst |
Stop


Switch to


Optie |
Waarde |
Type veld |
Frame name |
Name of the frame to be switched to |
tekst |
Frame attribute |
Attribute which will be used to get frame |
dropdown |
Switch to default content


Switch to last window


Switch to first window


Switch to selected window


Optie |
Waarde |
Type veld |
Window name |
Title of the window which will be switched to |
tekst |
Wait until element is visible


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Seconds |
How long in seconds to wait for element to become visible. If element become visible earlier, then wait time is shortened |
integer |
Wait until element exists


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Seconds |
How long in seconds to wait for element on the website. If element will load earlier, then wait time is shortened |
integer |
Wait until element disappear


Optie |
Waarde |
Type veld |
xPath |
Path to the element. Click on the more options icon to open the object cloning window |
xPath selector |
Seconds |
How long in seconds to wait for element to disappear. If element will disappear earlier, then wait time is shortened |
integer |