Unable to install playwright on linux (pwsh) : Exception calling “Main” with “1” argument(s):
I’m developping a .NET application for linux (Debian 12 on arm 64), but when I’m installing playwright, I have this error :
Converting Locator to FrameLocator – ‘ContentFrame’ not awailable
I am locating a frame object by a attribute data-test-id
, check its uri and then want to access its DOM. So I first use ILocator
and then want to return IFrameLocator
for accessing the iframe.