The bot fails when it tries to interact with elements from a new browser tab
Before you begin
This problem happens because there can only be one tab in the execution context at a time. You need to attach the new tab to the execution context.
Procedure
Insert the Find or Attach Tab (webWaitTab
) command before the commands that interact with the elements of the new tab. You must use this command to search for the new
tab.
If your bot needs to interact with elements from the old tab, use the Associate browser (webAttach
) command to change the active tab of the execution context.