Uses of Class
com.microsoft.playwright.impl.SelectorsImpl
-
Packages that use SelectorsImpl Package Description com.microsoft.playwright.impl -
-
Uses of SelectorsImpl in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as SelectorsImpl Modifier and Type Field Description private SelectorsImplPlaywrightImpl. selectorsFields in com.microsoft.playwright.impl with type parameters of type SelectorsImpl Modifier and Type Field Description private java.util.List<SelectorsImpl>SharedSelectors. channelsMethods in com.microsoft.playwright.impl that return SelectorsImpl Modifier and Type Method Description (package private) SelectorsImplRemoteBrowser. selectors()Methods in com.microsoft.playwright.impl with parameters of type SelectorsImpl Modifier and Type Method Description (package private) voidSharedSelectors. addChannel(SelectorsImpl channel)(package private) voidSharedSelectors. removeChannel(SelectorsImpl channel)
-