You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
driver.get('data:text/html,<html></html>').then(function(){console.log('done with the get');});driver.executeScript('document.body.innerHTML="got to 1"').then(function(){// This never happens.console.log('done with executing the first script');});
It'll just time out.
EDIT:
In fact, it's not just executeScript - it won't do anything after the navigation to the data url. It won't get the current url, do another navigation, etc.
The text was updated successfully, but these errors were encountered:
For example, try doing something like
It'll just time out.
EDIT:
In fact, it's not just executeScript - it won't do anything after the navigation to the data url. It won't get the current url, do another navigation, etc.
The text was updated successfully, but these errors were encountered: