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
When a website calls window.alert, window.confirm and window.prompt it opens a browser popup modal. It will block navigation and any other possible interaction. Therefore, we'd like to make the World Model aware of these modal windows.
The navigation engine should be updated to describe open modals and to interact with them. A solution would be to return the modal as a fake HTML dialog with its actions - and optionaly its input field as HTML.
When a website calls
window.alert
,window.confirm
andwindow.prompt
it opens a browser popup modal. It will block navigation and any other possible interaction. Therefore, we'd like to make the World Model aware of these modal windows.The navigation engine should be updated to describe open modals and to interact with them. A solution would be to return the modal as a fake HTML dialog with its actions - and optionaly its input field as HTML.
e.g for
Retrieved HTML would be:
The text was updated successfully, but these errors were encountered: