Namespace: navigateBack

navigateBack

navigateBack

Parameters:
Name Type Description
driver Object

webdriver object of web browser.

Example

Examples usage of navigateBack

 navigateBack(driver).then(() => {
  // It will navigate to back page in browser history.
 }).catch((error) => {
   // handle error
 });