I am encountering this problem when I try to set textvalue of a text element in firefox form:
Ranorex.SetAttributeFailedException: Setting attribute 'text' failed on element '{Text:text area title}'
Pls look at the html file attached. I am using the following to code try to change the value of text area:
Code: Select all
Dim temp As ranorex.Text
temp = "/form[@title='tt - Mozilla Firefox']/container/element/container/text[@accessiblename='text area title']"
temp.TextValue = "aa"
I can not use textareaTag.innerText due to an issue described in other post:
http://www.ranorex.com/forum/inner-text ... t1396.html.
thanks