hi
i am trying to automate an application
at the start its web based application and after clicking on a tab it opens another application which looks like java kind
I am able to record actions on 1st app/parent app which is web based but when i try to record something on its child app /look like java app then it does not record anything on that (on spying the objects it coming as one window)
i have used JAVA and WEB Addin both
aftr doing View source on parent app/web based app it gives me text for that tab as below :
["Tab Clicked","servlet/GuiDispatcher",true,false,false],
could you please help me in getting the objects recognized for this child app
thanks
i am trying to automate an application
at the start its web based application and after clicking on a tab it opens another application which looks like java kind
I am able to record actions on 1st app/parent app which is web based but when i try to record something on its child app /look like java app then it does not record anything on that (on spying the objects it coming as one window)
i have used JAVA and WEB Addin both
aftr doing View source on parent app/web based app it gives me text for that tab as below :
["Tab Clicked","servlet/GuiDispatcher",true,false,false],
could you please help me in getting the objects recognized for this child app
thanks