protractor
protractor copied to clipboard
E2E test framework for Angular apps
Currently it is not possible to add mock modules for Angular 2 applications. This issue reflects the TODO posted [here](https://github.com/angular/protractor/blob/582411b7ad6c0f9176b231dc51dc328b98affbdf/lib/protractor.js#L717). And, to cross-reference the relevant SO post: http://stackoverflow.com/questions/36354233/protractor-mocking-backend-with-angular2-on-api-request. Thank you.
With this ticket i would like to propose to re-issue release 6.0 with number version 8.0 to help user clearly identify the last, stable and maintained version of the software....
I am using Protractor to test automate with Angular web application. My test suite has around 37 test cases. Each test case runs successfully when it runs individually.When I run...
I have an angular app with enabled ViewEncapsulation.ShadowDom, inside which there is an iframe. When I'm trying to write protractor test I'm getting an error: **Failed: unknown error: no element...
Hi Community! As I am having thousands of test cases written in Protractor so I am curious to know whether my script will work after 2022 or not? (As protractor...
Vulnerability Report --- A scan using the [OWASP dependency-check](https://owasp.org/www-project-dependency-check/) reveals that Protractor uses an outdated version of selenium-webdriver which has several vulnerabilities that were [patched on release 4.0.0-alpha.7](https://github.com/SeleniumHQ/selenium/issues/8293#issuecomment-629856534). https://nvd.nist.gov/vuln/detail/CVE-2020-11022 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6708...
If user tries to access an element that does not have the attribute 'value' then the EC.textToBePresentInElementValue throws Cannot read property 'indexOf' of null error : ``` let EC =...
Hi! I have a problem with starting Protractor, because of not supporting Chrome version 89. 'Error: SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 87' Bug...
directConnect not working with FF 52+ and Protractor 5.1.1 (unable to parse new session response)
Protractor 5.1.1 is using version 3.0.1 of the Selenium JS bindings. When using `directConnect: true` Protractor will control geckodriver directly. Unfortunately, this version of the JS bindings is no longer...
# Bug report - Node Version: `14.16.1` - Protractor Version: `7.0.0` - Angular Version: `1.8.2` - Browser(s): `Firefox 86` - Operating System and Version `macOS Catalina` ## Error output ```...