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
Linux version of Playwright Webkit engine doesn't support video.play() in JS. The same video is easily played by an actual Safari (13.1.1) and MacOS version of Playwright thanks to playsInline attribute on <video />.
The text was updated successfully, but these errors were encountered:
Context:
Code Snippet
Describe the bug
Linux version of Playwright Webkit engine doesn't support
video.play()
in JS. The same video is easily played by an actual Safari (13.1.1) and MacOS version of Playwright thanks toplaysInline
attribute on<video />
.The text was updated successfully, but these errors were encountered: