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
As shown here, there is a "element click intercepted" error possible, but there is no ElementClickIntercepted in arsenic.errors, so this error is raised as UnknownArsenicError. This is as easy as adding ElementClickIntercepted = create("element click intercepted", 35) to errors.py. Or with another value for code, whatever this argument mean.
As a workaround, I added this line to my own module, so that I was able to catch this exact error.
The text was updated successfully, but these errors were encountered:
As shown here, there is a "element click intercepted" error possible, but there is no
ElementClickIntercepted
inarsenic.errors
, so this error is raised asUnknownArsenicError
. This is as easy as addingElementClickIntercepted = create("element click intercepted", 35)
toerrors.py
. Or with another value forcode
, whatever this argument mean.As a workaround, I added this line to my own module, so that I was able to catch this exact error.
The text was updated successfully, but these errors were encountered: