Uses of Class
com.microsoft.playwright.Frame.InnerTextOptions
-
Packages that use Frame.InnerTextOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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 java.lang.StringFrame. innerText(java.lang.String selector, Frame.InnerTextOptions options)Returnselement.innerText. -
Uses of Frame.InnerTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.InnerTextOptions Modifier and Type Method Description java.lang.StringFrameImpl. innerText(java.lang.String selector, Frame.InnerTextOptions options)(package private) java.lang.StringFrameImpl. innerTextImpl(java.lang.String selector, Frame.InnerTextOptions options)
-