Namespace ProtoTest.Web.Playwright
Classes
- PlaywrightWebOptions
Playwright session options. Besides code, they bind from
ProtoTest:Web:PlaywrightandProtoTest:Web:Sessions:{name}, in that order.
- RequiresPlaywrightBrowserAttribute
Skips the test when the Playwright browser it needs cannot run here. Unlike RequiresCapabilityAttribute, which only proves
AddWebwas called, this condition probes the installed browser before the lifecycle starts - without launching one.