Uses of Class
com.microsoft.playwright.Frame.AddScriptTagOptions
Packages that use Frame.AddScriptTagOptions
-
Uses of Frame.AddScriptTagOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.AddScriptTagOptionsModifier and TypeMethodDescriptionFrame.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 Frame.AddScriptTagOptionsModifier and TypeMethodDescriptionFrame.addScriptTag(Frame.AddScriptTagOptions options) Returns the added tag when the script's onload fires or when the script content was injected into frame. -
Uses of Frame.AddScriptTagOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.AddScriptTagOptionsModifier and TypeMethodDescriptionFrameImpl.addScriptTag(Frame.AddScriptTagOptions options) (package private) ElementHandleFrameImpl.addScriptTagImpl(Frame.AddScriptTagOptions options)