Fetches an element with the given selector, scrolls it into view if needed, and then double clicks the element. If there’s no element matching selector, the method throws an error.
Wait for navigation after the click. Default navigation timeout is 30 seconds, to override pass { navigationTimeout: 10000 } in options parameter. Default: true.