Goes back in the browser
Options:
Option | Required | Description | Example |
---|---|---|---|
waitForSelector | false | (string) Wait till the element (querySelector) is loaded.. | .selectorToWait |
Example 1: Goes back in the browser and waits for given element
{
"action": "go-back",
"options": {
"waitForSelector": ".selectorToWait"
}
}