I m trying to add one new property in webEditbox. it is added successfully. after that i m trying to access from my script but it is not identified my run-time property value for that new property.If any one know pls let me know

Showing Answers 1 - 3 of 3 Answers

Uma Shankar

  • Apr 1st, 2006
 

At that time u can write

set objectname=desc.create()

set "property"=" propertyvalue"

Write a script here like

window("windowname").editbox("Property").Value""

  Was this answer useful?  Yes

madhu

  • Apr 13th, 2006
 

how did u add ie from where?

Try changing the property of that editbox in ObjectRepository also.

  Was this answer useful?  Yes

nupur.p

  • Apr 20th, 2006
 

Hi Uma Shankar,I had tried same statements whatever you had mention. but still it is not identified new property which i had added.Can you pls tell me in details.In any web based application, for Webeditbox, there is no any property called "enabled" so i m trying new property called "enabled" after that same property i m trying in my script with GetROProperty method but it is not identified.pls let me know.Thanks

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions