Hi,
I have a question here. How can we show a textbox in a form is READ-ONLY to developer while running our recording?
Thanks
How to show a text box is a readonly?
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: How to show a text box is a readonly?
Sorry, but I am not sure that I understand your question correctly. Do you mean how you can check that a textbox is read-only? Could you rephrase your question or add additional info, please?
Regards,
Alex
Ranorex Team
Regards,
Alex
Ranorex Team
Re: How to show a text box is a readonly?
Find field
mouse click field
Presskeys with data
validate file does NOT contain entered data
... Just how a human would
mouse click field
Presskeys with data
validate file does NOT contain entered data
... Just how a human would

Re: How to show a text box is a readonly?
Thanks for your replies...I solved. I didnt do the java instrumentation properly. So while doing validation during the run, the whole form was selecting instead of a particular text field I wanna validate.
I re-run instrumentation with lower version of Java and I solved the problem..
thanks anyway.
I re-run instrumentation with lower version of Java and I solved the problem..
thanks anyway.