Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to identify non-editable text field
#4
Solved: 12 Years, 10 Months, 2 Weeks ago
i also had same problem, the text box got disabled on selecting a particular radio button. to verify this i tried all RO properties and got success through only 1 property changing, that is height.
Code:
x=browser(..).page(...).webedit(..).getROproperty("height")
if x=0 then
msgbox "text box disabled"
else
'enabled
Reply


Messages In This Thread
RE: how to identify non-editable text field - by pkjblog - 02-20-2014, 05:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Read text from text file and save it into a variable in qtp arpan 3 14,001 06-19-2013, 08:34 PM
Last Post: arpan
  Need to compare two text files - ignoring some text nelly27281 2 5,073 09-09-2012, 12:09 PM
Last Post: freeboynil
Exclamation How to enter text in webedit field..... Unleash Rajesh 6 24,507 09-01-2011, 02:07 PM
Last Post: SQT
  Cell Editable or Not in JavaTable anshul.grg07 0 2,983 05-18-2011, 01:00 AM
Last Post: anshul.grg07
  Finding specific text in a text string janriis 3 6,100 10-08-2010, 04:00 PM
Last Post: KavitaPriyaCR

Forum Jump:


Users browsing this thread: 1 Guest(s)