Goes back in the browser

Options:

OptionRequiredDescriptionExample
waitForSelectorfalse(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"
  }
}