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.
I am trying to debug my protractor test and as mentioned in the document I went to repl mode and started issuing commands but that doesn't seem to work.
Trying out the element selector element(by.binding('nopenopenope')).getText() mentioned in the debugging README gives me this instead of the expected NoSuchElementError: No element found using locator: by.binding("nopenopenope")
Your particular problem is probably because you're using an old version of protractor. That being said, there are two known issues with Protractor 2.0 as well with browser.pause: #2044 #1898
I am trying to debug my protractor test and as mentioned in the document I went to
repl
mode and started issuing commands but that doesn't seem to work.Trying out the element selector
element(by.binding('nopenopenope')).getText()
mentioned in the debugging README gives me this instead of the expectedNoSuchElementError: No element found using locator: by.binding("nopenopenope")
The text was updated successfully, but these errors were encountered: