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
Is your feature request related to a problem? Please describe.
This is a new request to add new keyboard modifier key for ControlOrMeta.
Describe the solution you'd like
Looking on current modifier key, there are a separate key for Control and Meta for respective Windows and MacOS. Playwright has combine both modifier key: ControlOrMeta
Multiple methods like locator.click() or locator.press() now support a ControlOrMeta modifier key. This key maps to Meta on macOS and maps to Control on Windows and Linux.
This new key will use for Click with options keyword
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a new request to add new keyboard modifier key for ControlOrMeta.
Describe the solution you'd like
Looking on current modifier key, there are a separate key for Control and Meta for respective Windows and MacOS. Playwright has combine both modifier key: ControlOrMeta
This new key will use for Click with options keyword
The text was updated successfully, but these errors were encountered: