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

com.sdl.selenium.web.table.IRow Maven / Gradle / Ivy

Go to download

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.IText;
import com.sdl.selenium.web.IWebLocator;
import com.sdl.selenium.web.Transform;

public interface IRow extends IWebLocator, IText, Transform, IColumns {

    ICell getCell(int columnIndex);

    int getCells();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy