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
I think this is a controversial request, so I thought I'd see how others feel about it. I'd like to know what was in the DOM when browser-monkey fails to find something.
Even if it's noisy, I'd personally prefer it most of the time if I knew what was in the DOM, i.e. instead of:
Error: expected to find: .navigation .btn[disabled]
...I would like to see:
Error: expected to find: .navigation .btn[disabled] in <html>...[very long string]...</html>
What do others think? Can I add this feature, and should it be disabled by default?
The text was updated successfully, but these errors were encountered:
I think this is a controversial request, so I thought I'd see how others feel about it. I'd like to know what was in the DOM when browser-monkey fails to find something.
Even if it's noisy, I'd personally prefer it most of the time if I knew what was in the DOM, i.e. instead of:
Error: expected to find: .navigation .btn[disabled]
...I would like to see:
Error: expected to find: .navigation .btn[disabled] in <html>...[very long string]...</html>
What do others think? Can I add this feature, and should it be disabled by default?
The text was updated successfully, but these errors were encountered: