com.sdl.selenium.web.table.AbstractCell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Testy Show documentation
Show all versions of Testy Show documentation
Automated Acceptance Testing. Selenium and Selenium WebDriver test framework for web applications.
(optimized for dynamic html, ExtJS, Bootstrap, complex UI, simple web applications/sites)
The newest version!
package com.sdl.selenium.web.table;
import com.sdl.selenium.web.WebLocator;
public abstract class AbstractCell extends WebLocator implements ICell {
//public abstract boolean ready(boolean waitRows);
@Override
public String toString() {
return super.getXPath();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy