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 get element using several custom attributes while title attribute is null?
I want to get an element in Sahi script using multiple custom attributes of my choice. It is a having different attributes which are dynamically generated. The title attribute is blank that is "". example of the element definition is as follow:
Here the row id is dynamically generated. I need to click on this element once this element is clicked then a textbox is generated and we need to fill value in it - value is text format. I want to use rmbnum and position attributes to get this element.
I have searched the sahi forum but was not able to find it.
regards,
rahoolm
Here the row id is dynamically generated. I need to click on this element once this element is clicked then a textbox is generated and we need to fill value in it - value is text format. I want to use rmbnum and position attributes to get this element.
I have searched the sahi forum but was not able to find it.
regards,
rahoolm
Tagged:

Answers
You can use like (rmbnum="0,1", position="4")
Good Luck!!!
like
<code> _click(_cell("My Cell")); </code>
is it
<code>_click(_cell(rmbnum="0,1" , position="4")); </code>
Yes, did you tried this ?
I was not able to do that using the method you have mentioned.
Could you please suggest any other method?
thanks and regards,
rahoolm
Now available in document and works fine.
Please add the provision. Thanks!
Please add the provision. Thanks!