protractor icon indicating copy to clipboard operation
protractor copied to clipboard

E2E test framework for Angular apps

Results 114 protractor issues
Sort by recently updated
recently updated
newest added

I am a "Enthusiast Level 1" with MyGov. Earn your badge by Engaging with MyGov. https://www.mygov.in

Dentist 🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷🦷 🦷🦷🦷🦷🦷🦷🦷🦷🦷 🦷🦷🦷🦷

I've been helping a client to migrate their old protractor test scripts to @playwright/test and wrote AI tool to do it. The prompts have examples of Protractor code and Playwright...

Since webdriver-manager is not supporting Chrome version > 114 and protractor has dev dependency on webdriver-manager. How do we solve this issue? Issue raised in webdriver-manager, regarding Chrome issue https://github.com/angular/webdriver-manager/issues/523

Following #2272, it's still not possible to click on a svg element. Using `element(by.tagName('svg')).click()` throws an "element not visible" error. Using `browser.actions().click(element.all(by.css('svg')).get(0).getWebElement()).perform();` as suggested in the last issue doesn't throw...

Mike asked to wait until the status page was merged in release 5.4 Adding Migration Option to status page.

Hi there! Thanks for submitting an issue to Protractor. To help us help you better, please do the following before submitting an issue: 1. Review the questions section of [CONTRIBUTING.md](https://github.com/angular/protractor/blob/master/CONTRIBUTING.md#contributing)....

Hi. My name is Verena Ebert, and I am a PhD student at the University of Stuttgart in Germany. A few months ago, I have examined 90 GitHub projects to...