royd
9 years agoRegular Contributor
GetAttribute not working! Help!
TestComplete 12.2 and IE11 I have a script that isolates security code from email (thanks to Shanker_R). It had worked without any trouble in the past. It stopped working now! The problem stems f...
- 9 years ago
Okay, I finally figured it out! "getAttribute" works only with native web objects! I used "contentText" and resulted blank log!!
Replaced contentText with innerText and it worked! Lesson learned!
Thank you Shankar and Karthik for your efforts. I really appreciate.
Dave