01-19-2014, 02:14 PM
Thanks a million, "Find html element" is working good, I will test it in realtime tomorrow and let you know.
Regarding "Find accessible object" why Chrome is not working? It is generating codes but when I runt it always says "Error (RT) in Macro: object not found."
For example I generated below codes but when I run it says "Error (RT) in Macro: object not found."
FUNCTION newofferchrome
int w=wait(3000 WV win("Welcome To REALTrans - Google Chrome" "Chrome_WidgetWin_1"))
Acc a.Find(w "LINK" "New Offers " "" 0x3001 3000)
a.DoDefaultAction
Also let me know how to run Chrome with command line --force-renderer-accessibility. I am not sure I did it correctly, Please let me know solution for this.
Thank you.
Mohnish
Regarding "Find accessible object" why Chrome is not working? It is generating codes but when I runt it always says "Error (RT) in Macro: object not found."
For example I generated below codes but when I run it says "Error (RT) in Macro: object not found."
FUNCTION newofferchrome
int w=wait(3000 WV win("Welcome To REALTrans - Google Chrome" "Chrome_WidgetWin_1"))
Acc a.Find(w "LINK" "New Offers " "" 0x3001 3000)
a.DoDefaultAction
Also let me know how to run Chrome with command line --force-renderer-accessibility. I am not sure I did it correctly, Please let me know solution for this.
Thank you.
Mohnish