Class SelectorList
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.css.model.SelectorList
-
public class SelectorList extends java.lang.ObjectSelector list data.
-
-
Constructor Summary
Constructors Constructor Description SelectorList(java.util.List<Value> selectors, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Value>getSelectors()Selectors in the list.java.lang.StringgetText()Rule selector text.
-