protractor
protractor copied to clipboard
E2E test framework for Angular apps
Bug report --- - Node Version: `10.16.0` - Protractor Version: `5.4.2` - Angular Version: `8` - Browser(s): `Chrome (headless / normal)` - Operating System and Version `Windows 10` - Your...
After updating Chrome to version 94 I'm start getting problems with my tests after closing iframe in it. If I wait for disappearing of iframe using below code: ```js await...
Good day, as of 07.24 after some updates to chrome we are getting the the following error ``` E/launcher - session not created: This version of ChromeDriver only supports Chrome...
Hi folks, It looks like this issue is re-occuring again: https://github.com/angular/protractor/issues/3761. simply do an expected condition on forked browser instance you will see is not working (unhandled promise rejection) if...
Env: node: 8.5.0; npm: 5.3.0; protractor: 5.2.2; chromedriver: 2.35.528139, Google Chrome 63.0.3239.132 angular: ├── @angular-devkit/core @0.0.28 ├── @angular/[email protected] ├── UNMET PEER DEPENDENCY @angular/[email protected] ├── UNMET PEER DEPENDENCY @angular/[email protected] ├── @angular/[email protected]...
Hi there! Bug report --- - Node Version: `7.5.0` - Protractor Version: `4.0.14` - Browser(s): `Chrome 56 on centos 7 (idem for Firefox)` - Operating System and Version `CentOS 7`...
System: Firefox Version: 91.0.2 (64-bit) Protractor Version: 7.0.0 Typescript Webdriver updated Issue in Firefox Browser: WebDriverError: HTTP method not allowed Code: async multiRowSelection(expectRow2:any,expectRow3:any){ await this.mainDiv.each(async (item)=>{ if(await item.getAttribute('row-index')===expectRow2){ await browser.actions().sendKeys(protractor.Key.CONTROL+await...
System: Firefox Version: 91.0.2 (64-bit) Protractor Version: 7.0.0 Typescript Webdriver updated Issue in Firefox Browser: WebDriverError: HTTP method not allowed Code: async multiRowSelection(expectRow2:any,expectRow3:any){ await this.mainDiv.each(async (item)=>{ if(await item.getAttribute('row-index')===expectRow2){ await browser.actions().sendKeys(protractor.Key.CONTROL+await...
Feature Request --- - This is useful as it will provide eyes to our tests and an almost free image comparison feature - By using AI (e.g. OpenCV), the UI...