1. Invoke Javascript Fragment
Value:
""function func1(){
document.getElementsByTagName('a')[26].click();
}""
2. Invoke Javascript function
Value : func1()
The javascript object can be passed as you do in normal javascript.
Hi, I am facing the same issue with Taleo application (same result with AA, UIA). HTML mode won't work because the whole application is flash based.
When I try to spy the elements during design, the engine freezes for 10-15 secs and then start recogn...