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 was archived by the owner on Jul 29, 2024. It is now read-only.
describe('angularjs homepage todo list', function() {
it('should be able to right click', function() {
browser.get('https://angularjs.org')
browser.actions().mouseMove(element(by.model('todoList.todoText'))).perform()
browser.actions().click(protractor.Button.RIGHT).perform()
browser.sleep(5000)
})
})
Running protractor conf.js:
Works with Protractor 3.3, here's the output when running with Protractor 4.0.2:
Failures:
1) angularjs homepage todo list should be able to right click
Message:
Failed: Cannot read property 'RIGHT' of undefined
The text was updated successfully, but these errors were encountered:
- rename to ProtractorBrowser to be able to export selenium-webdriver Browser as Browser
- export all selenium-webdriver items and subfolders in ptor
- update dependency tests for selenium
- add tests when protractor is installed
closes#3427closes#2092
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
6.2.2
4.0.2
chrome
windows/macOS/linux
conf.js
:test.js
:Running
protractor conf.js
:Works with Protractor 3.3, here's the output when running with Protractor 4.0.2:
The text was updated successfully, but these errors were encountered: