'Playwright on Mac does not support all keyboard shortcuts
On a macOS, some of the shortcuts are available with playwright, such as: Meta+A, Meta+V.
However, undo and redo methods which are committed by Meta+Z and Meta+Y do not work.
await this.page.keyboard.down('Meta');
await this.page.keyboard.press('Z');
await this.page.keyboard.up('Meta');
Help will be greatly appreciated
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
