28293031323334
public DefaultTable(Selenium selenium, String value, String type) { this.selenium = selenium; this.id = value; this.type = type; layout = new TableLayoutChooser(selenium, value, type).choose(); }