Uses of Class
com.microsoft.playwright.Page.AddScriptTagOptions
Packages that use Page.AddScriptTagOptions
-
Uses of Page.AddScriptTagOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.AddScriptTagOptionsModifier and TypeMethodDescriptionPage.AddScriptTagOptions.setContent(String content) Raw JavaScript content to be injected into frame.Path to the JavaScript file to be injected into frame.Script type.URL of a script to be added.Methods in com.microsoft.playwright with parameters of type Page.AddScriptTagOptionsModifier and TypeMethodDescriptionPage.addScriptTag(Page.AddScriptTagOptions options) Adds a<script>tag into the page with the desired url or content. -
Uses of Page.AddScriptTagOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.AddScriptTagOptions