18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
How to write regular expression for clicking cell values
I want to click the cell's one by one . In that the cell range may be change, here below i mentioned "10" it may varies every time according to that i want to click all the cells with regular expressions.Please help.
_click(_cell("/first/[1]"));
_click(_cell("/first/[2]"));
_click(_cell("/first/[3]"));
_click(_cell("/first/[4]"));
_click(_cell("/first/[5]"));
_click(_cell("/first/[6]"));
_click(_cell("/first/[7]"));
_click(_cell("/first/[8]"));
_click(_cell("/first/[9]"));
_click(_cell("/first/[10]"));
_click(_cell("/first/[1]"));
_click(_cell("/first/[2]"));
_click(_cell("/first/[3]"));
_click(_cell("/first/[4]"));
_click(_cell("/first/[5]"));
_click(_cell("/first/[6]"));
_click(_cell("/first/[7]"));
_click(_cell("/first/[8]"));
_click(_cell("/first/[9]"));
_click(_cell("/first/[10]"));
Answers