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
can not use the protractor's element key to select elements
I change the world file, change the this.by = webdriver.By; when i use sut.by.buttonText(), It can not find the element
TypeError: undefined is not a function
at Support.findByText (/Users/phoebe/projects/protractor-cucumber-master/example/features/step_definitions/support.js:17:34)
at World.
The text was updated successfully, but these errors were encountered:
can not use the protractor's element key to select elements
I change the world file, change the this.by = webdriver.By; when i use sut.by.buttonText(), It can not find the element
TypeError: undefined is not a function
at Support.findByText (/Users/phoebe/projects/protractor-cucumber-master/example/features/step_definitions/support.js:17:34)
at World.
The text was updated successfully, but these errors were encountered: