-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requestfeat: browserIssues and PRs related to the browser runnerIssues and PRs related to the browser runner
Description
Clear and concise description of the problem
The experimental browser mode currently allows users to choose a list of providers (Webdriver.io, Playwright) to run their tests on various browsers supported by their chosen provider.
However, there isn't a way to reference the current page context in a test suite to call some of the API classes offered by Playwright, e.g. the Playwright's Keyboard class allows users to simulate keyboard inputs as if they were generated from a real keyboard.
Suggested solution
- To provide access to the current page context for API classes provided by Playwright
- To provide an API to send commands to Playwright, e.g. sendKeys command from web-test-runner
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeat: browserIssues and PRs related to the browser runnerIssues and PRs related to the browser runner