org.openqa.selenium.internal.BuildInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenium-api Show documentation
Show all versions of selenium-api Show documentation
Selenium automates browsers. That's it! What you do with that power is entirely up to you.
package org.openqa.selenium.internal;
/**
* @deprecated Use {@link org.openqa.selenium.BuildInfo} instead.
*/
@Deprecated
public class BuildInfo extends org.openqa.selenium.BuildInfo {
}