rzezimierz

Results 2 issues of rzezimierz

Hello, title for the issue says it all :) If user has Java Console enabled, then textual representation of what your keyword is currently doing will be visible there, can...

Hello, keyword Select Table Cell Area mixes up arguments provided as strings (check below snippet from TableOperator.java): ```java private void selectCellArea(int startRow, int endRow, int startColumn, int endColumn) { jTableOperator.setRowSelectionAllowed(true);...