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.

how to get text from textbox when i can't open sahi window

marcin1041marcin1041 Members
edited November -1 in Sahi - Open Source
Hi,

I got small problem. I need some date that companys are using in Poland like NIP, REGON and PESEL. Generator is on the site bogus.ovh.org/generatory/all.html but I can't open Sahi window.

Insted of it I'm trying to:

var $pesel;
_navigateTo("****"); **** link to site, i can't post liks
_click(top.document.getElementsByTagName('button')[7]);
_set($pesel,_textbox("pesel").value);

But without result, please help.
Sign In or Register to comment.