Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More missing Protractor transformations #3

Closed
6 tasks done
christian-bromann opened this issue Apr 14, 2021 · 0 comments
Closed
6 tasks done

More missing Protractor transformations #3

christian-bromann opened this issue Apr 14, 2021 · 0 comments

Comments

@christian-bromann
Copy link
Member

christian-bromann commented Apr 14, 2021

The following snippets are still not properly transformed:

  • browser.switchTo().window(handles[handles.length - 1]);
  • await this.deleteButtons.count()
  • await this.deleteButtons.get(0).click();
  • find statements like require('ts-node') in onPrepare and notify about autocompile in webdriverio / remove this statement
  • find statements like jasmine.getEnv() in onPrepare and notify about WebdriverIO reporters
  • const logs = await browser.manage().logs().get(logging.Type.BROWSER);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant