We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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();
require('ts-node')
jasmine.getEnv()
const logs = await browser.manage().logs().get(logging.Type.BROWSER);
The text was updated successfully, but these errors were encountered:
transform switchTo window - refs #3
a6dac5d
transform count command - refs #3
f179164
transform get command - refs #3
1b4e5b0
remove all require ts-node and jasmine.getEnv - refs #3
30eda8a
5853ced
No branches or pull requests
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();
require('ts-node')
in onPrepare and notify about autocompile in webdriverio / remove this statementjasmine.getEnv()
in onPrepare and notify about WebdriverIO reportersconst logs = await browser.manage().logs().get(logging.Type.BROWSER);
The text was updated successfully, but these errors were encountered: