Forum Discussion
3 Replies
- aqAnt
Alumni
Hello Udit,
WPFControlText is a read-only property, so you cannot change its value. You need to use other properties and methods to change the WPF combo box control's text.
If your control is mapped by the WPFControlText property, you need to modify the mapping criterion to make sure that TestComplete can recognize the control if its text is changed.
- achandContributorHi SmartBear support,
I didn't find any function to change the object at runtime. Need some help.
I am trying to edit ObjectIdentifier for object 'WhiteIvory' on the following page
https://www.josbankformal.com/menswear/shop/TuxChooseMyColorView?storeId=12001&catalogId=11550&langId=-1 - aqAnt
Alumni
Hi Abiskar,
ObjectIdentifier is also a read-only property. Note: read-write and write-only properties are marked with special glyphs in Object Browser's Properties page.
Could you clarify what you are trying to achieve by changing object properties at run time?