Support > Forums > OpenBots Studio > Popup Windows

Popup Windows

Alberto Zamora

  • Reporter
  • Calender Icon October 28,2022 at 4:23 PM

Hello OpenBots team.

I'm trying to automate a portal, but in certain cases, pop-up tabs appear, and one of the buttons uses dynamic XPath which in certain iterations gives me an error.

How can I fix these problems?

I work with version 1.8.1 of OpenBots studio.

Thanks.

This forum has 314 topics, 681 replies, and was last updated 17 days ago by Support Agent

Rushabh Arbat

  • Participant
  • Calender Icon November 04,2022 at 7:59 AM

Hi Alberto Zamora,

Thank you for sharing your query.

Can you please share the description of error.

For pop-up you can use the Wait for Element to Exist command should wait for the specified amount of time set for a specific element to appear. If element is not present and time has reached its limit, it throws an error. Also, you can use Element Exists command to checks if a specified element exist in a browser. if element does not exist then its false Boolean.

For the dynamic X-path which commands are you using and browser name as well. also, if the URL is not public then please share so I will get to know what the exact issue is. for the dynamic selectors, the selector supports dynamic values. All parameters are editable, and support wildcards and variable concatenation.

Thank you.

You are not authorized to reply, please click here to login and add your reply to this topic.