class Playwright::Page::AddScriptTagParams
- Playwright::Page::AddScriptTagParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/page.crConstructors
Instance Method Summary
- #content : String?
- #content=(content : String?)
- #path : String?
- #path=(path : String?)
- #type : String?
- #type=(type : String?)
- #url : String?
- #url=(url : String?)