click method

void click(
  1. int row,
  2. String column
)

Implementation

void click(int row, String column) => obj.click(row, column);