Get URL
Description
Get the current page URL or the URL of an iframe within
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
iFrame selector | text | link-manual | false | If the element is inside of an iframe, it is mandatory to specify the iframe selector, otherwise the element won’t be found |
iFrame type | text | manual-only | false | The type of the targeted iFrame |
Wait until | text | link-manual | true | Option to add more iframes if the targeted element exists in a nested iframe |
Timeout | number | link-manual | true | When the element is not in the chosen state after x seconds, the program will throw a timeout error. Timeout works in milliseconds, 6000 = 6 seconds |
Delay | number | link-manual | false | The amount of time the command is delayed by |
Scenarios
- The user wants to get the current page URL or the URL of an iframe within
Use Case
Inputs
- iFrame selector:
body > iframe
- iFrame tyoe:
Single
- Wait until:
Element Loaded
- Timeout:
3000 ms
- Delay:
1000 ms
Search Tags
Get URL