18 January 2026:


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.

Verification of test cases

diikeediikee Members
edited November -1 in Sahi - Open Source
_setValue(_textbox("OidTB1.2.31"), "0");
_wait(1000);
_setValue(_textbox("OidTB1.2.21"), "1");
_wait(1000);

I can set the Oid values like in the case above and that works fine.

I would like to send a Get Oid cmd to list the current values....only way I know how to do that is using the
http://mysiteserver/oid?1.2.31

Is it possible to issue this by scripting it.

Why? because the script depends on the server config file and need to grab the model number by issuing oid?2.4 on the browser which is not a recordable item in Sahi

Comments

Sign In or Register to comment.