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.
Not able to select type ahead search result in Kendo UI serach box
Hi
I am not able to select the type ahead search( intuative search) result displayed .
I am able to set value for the search sucessfully by using "_setValue(_textbox("k-input[4]"), "Joseph, Jijo");
But after that when i select the search result using the automatic recorded script( _click_span("Joseph, Jijo"));
is not selecting the search result and the textbox is displayed blank .
can some one please help me on this
I tried the command _Setselected(textbox("k-input[4]"), "Joseph, Jijo"); - This is also not working
_setValue(_textbox("k-input[4]"), "Joseph, Jijo");
_click(_span("Joseph, Jijo"));
I am not able to select the type ahead search( intuative search) result displayed .
I am able to set value for the search sucessfully by using "_setValue(_textbox("k-input[4]"), "Joseph, Jijo");
But after that when i select the search result using the automatic recorded script( _click_span("Joseph, Jijo"));
is not selecting the search result and the textbox is displayed blank .
can some one please help me on this
I tried the command _Setselected(textbox("k-input[4]"), "Joseph, Jijo"); - This is also not working
_setValue(_textbox("k-input[4]"), "Joseph, Jijo");
_click(_span("Joseph, Jijo"));