Jump to content

_WD_LoadWait() - document.readyState - Unexpected alert dialog detected. Performed handler "dismiss"


Recommended Posts

Posted

Today I hit such kind of problem:

  Quote

@@ Debug(-1) : [ 0 / 0 ] : _WD_DebugSwitch:  /  stack size: 2

@@ Debug(-1) : [ 0 / 0 ] : __WD_Post: URL=HTTP://127.0.0.1:54444/session/62c5c583-9fb7-458a-844b-15919c68b057/execute/sync; Data={"script":"return document.readyState", "args":[]}

@@ Debug(-1) : [ 0 / 0 ] : __WD_Post ==> Webdriver Exception [10] : HTTP status = 500 ResponseText={"value":{"error":"unexpected alert open","message":"Unexpected alert dialog detected. Performed handler \"dismiss\"","stacktrace":"RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8\nWebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5\nUnexpectedAlertOpenError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:800:5\nGeckoDriver.prototype._handleUserPrompts@chrome://remote/content/marionette/driver.sys.mjs:2962:11\n"}}

@@ Debug(-1) : [ 0 / 0 ] : _WD_ExecuteScript ==> Webdriver Exception [10] : Unexpected alert dialog detected. Performed handler "dismiss"

@@ Debug(-1) : [ 0 / 0 ] : _WD_LoadWait ==> Webdriver Exception [10 / 0] : Parameters:    Delay=200    Timeout=30000    Element=Default    DesiredState=complete    : ReadyState= 

Expand  

 

I saw:

https://stackoverflow.com/questions/77055938/error-during-registration-remoteerrorchrome-remote-content-shared-remoteerro

and:

https://github.com/mozilla/geckodriver/issues/2204

https://bugzilla.mozilla.org/show_bug.cgi?id=1925934

https://docs.testery.io/fixing-tests/fix-common-selenium-exceptions/fix-an-unhandledalertexception

 

I update FireFox to 133Beta

and now I have such results:
 

  Quote

@@ Debug(-1) : [ 0 / 0 ] : __WD_Post: URL=HTTP://127.0.0.1:54444/session/bb8bfe0a-74b8-4775-888c-453e3f773e6c/execute/sync; Data={"script":"return document.readyState", "args":[]}

@@ Debug(-1) : [ 0 / 0 ] : __WD_Post ==> Webdriver Exception [10] : HTTP status = 500 ResponseText={"value":{"error":"unexpected alert open","message":"Unexpected alert dialog detected. Performed handler \"dismiss\". Dialog text: Masz nowe wiadomości. W celu ich przeczytania naciśnij przycisk \"Komunikator\". Po przeczytaniu oznacz wiadomość jako przeczytaną!","stacktrace":"RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8\nWebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5\nUnexpectedAlertOpenError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:800:5\nGeckoDriver.prototype._handleUserPrompts@chrome://remote/content/marionette/driver.sys.mjs:2973:11\n"}}

@@ Debug(-1) : [ 0 / 0 ] : _WD_ExecuteScript ==> Webdriver Exception [10] : Unexpected alert dialog detected. Performed handler "dismiss". Dialog text: Masz nowe wiadomości. W celu ich przeczytania naciśnij przycisk "Komunikator". Po przeczytaniu oznacz wiadomość jako przeczytaną!

@@ Debug(-1) : [ 0 / 0 ] : _WD_LoadWait ==> Webdriver Exception [10 / 0] : Parameters:    Delay=200    Timeout=30000    Element=Default    DesiredState=complete    : ReadyState= 
 

Expand  

 

Dialog text: Masz nowe wiadomości. W celu ich przeczytania naciśnij przycisk "Komunikator". Po przeczytaniu oznacz wiadomość jako przeczytaną!

GOOGLE TRANSLATE:

Dialog text: You have new messages. To read them, press the "Communicator" button. After reading, mark the message as read!

 

My question is how to bypass this problem with AutoIt ?

I mean how to catch up such dialog exist ?

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...