Uses of Class
com.microsoft.playwright.Page.InnerTextOptions
Packages that use Page.InnerTextOptions
-
Uses of Page.InnerTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.InnerTextOptionsModifier and TypeMethodDescriptionPage.InnerTextOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.InnerTextOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.InnerTextOptionsModifier and TypeMethodDescriptionPage.innerText(String selector, Page.InnerTextOptions options) Returnselement.innerText. -
Uses of Page.InnerTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.InnerTextOptionsModifier and TypeMethodDescriptionPageImpl.innerText(String selector, Page.InnerTextOptions options)