angular / protractor

E2E test framework for Angular apps

Home Page:http://www.protractortest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protractor Mouse Right click not working in Firefox Browser

A-Kavin opened this issue · comments

System:
Firefox Version: 90.0.2 (64-bit)
Protractor Version: 7.0.0
Typescript
Webdriver updated

Issue in Firefox Browser:
WebDriverError: HTTP method not allowed

Code:
await browser.actions().click(protractor.Button.RIGHT).perform();

This is because this action is non w3c.
Until Protractor won't become w3c compliant some browser/mouse actions will not work.
Perhaps @cnishina could maintain upgrade to w3c selenium soon?