All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeborne.selenide.WebDriverConditional Maven / Gradle / Ivy

There is a newer version: 7.6.1
Show newest version
package com.codeborne.selenide;

import org.openqa.selenium.WebDriver;

import javax.annotation.Nonnull;

record WebDriverConditional(Driver driver) implements Conditional {
  @Nonnull
  @Override
  public WebDriver object() {
    return driver.getWebDriver();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy