Uses of Class
com.microsoft.playwright.Frame.InnerTextOptions
-
Packages that use Frame.InnerTextOptions Package Description com.microsoft.playwright -
-
Uses of Frame.InnerTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.InnerTextOptions Modifier and Type Method Description Frame.InnerTextOptionsFrame.InnerTextOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.InnerTextOptionsFrame.InnerTextOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.InnerTextOptions Modifier and Type Method Description StringFrame. innerText(String selector, Frame.InnerTextOptions options)Returnselement.innerText.
-