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.
Sahi and jquery select2
Hi,
We are testing Sahi, and we found out that it's not working with jquery select2 (not selecting the previously recorded element).
http://ivaynberg.github.io/select2/
Browser: Google Chrome
OS: Ubuntu
Can you please help?
Regards,
Sérgio Lopes
We are testing Sahi, and we found out that it's not working with jquery select2 (not selecting the previously recorded element).
http://ivaynberg.github.io/select2/
Browser: Google Chrome
OS: Ubuntu
Can you please help?
Regards,
Sérgio Lopes
Answers
_click(_span(0, _in(_div("s2id_e1"))));
_click(_div("California"));
works. Just find some workaround for the select2 your are using
Regards