I am having a problem with fully automating my robot when switching from one IE explorer to another IE explorer via attach activity but the first first activity click activity fails.
I have attempted to do the following to no avail:
-Using the Recording method: web and desktop
-Using the UI Explorer to redefine the click activity selector’s details
-Making the first activity on attach to refresh the page followed by the click activity
-Placing a delay between attach activity and first click activity
-Attempted the switching between SendWIndowMessages & SimulateClick and none
I have to manually do the first click then the other activities work fine as long it is within that one window.
I am unable to use Chrome as the web applications are set to IE functionality.
If anyone can assist that would be appreciated.
Thanks for the suggestion, unfortunately the post could not assist with my error.
I should have clarified that the two windows have different web applications open, different names.
It is switching window to window but it is very slow which causes the first activity to fail.
I have attempted to delay the first action by searching for element before starting, which worked for a few days but now the same issue is occurring.