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.
Why we are using click(_cell instead of click(_link in ZKoss
Can anyone tell me what is the difference between "_click(_cell("4[3]"),_under(_cell("Thu")));" and "_click(_link("1"));"
Comments
We used _cell instead of _link because in the folloing URL:
http://www.zkoss.org/zkdemo/input/date_and_time_picker,
you can see that the accessor field displays _cell(element) when you Ctrl+Hover on the date in datepicker.
So if you are using _link instead of _cell then it wont work.
Regards
Sumitra