Class BySelectorCollection

java.lang.Object
com.codeborne.selenide.impl.BySelectorCollection
All Implemented Interfaces:
CollectionSource

@ParametersAreNonnullByDefault public class BySelectorCollection extends Object implements CollectionSource
  • Constructor Details

    • BySelectorCollection

      public BySelectorCollection(Driver driver, org.openqa.selenium.By selector)
    • BySelectorCollection

      public BySelectorCollection(Driver driver, @Nullable WebElementSource parent, org.openqa.selenium.By selector)
  • Method Details