You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuous development and support, patch releases are coming every 10-15 days
It uses Puppeteer by default to automate a browser like Chrome, Firefox or Chromium Edge: we can use Puppeteer features for the new and existing tests, the ones that WebDriver does not provide.
We can switch between Puppeteer and WebDriver still using the same API (Note: we probably will continue running tests with WebDriver after migration, we need to review stability while running all the existing tests with Puppeteer)
TS project
API is simple and very similar to the one we use today, so migration should go smoothly:
Describe the feature: Migrate FTR from selenium-webdriver to webdriverio
Advantages over selenium-webdriver:
API is simple and very similar to the one we use today, so migration should go smoothly:
The following services needs to be migrated:
Some things might be broken/should be reimplemented:
The text was updated successfully, but these errors were encountered: