DEV Community

Sur
Sur

Posted on

Alert Popup not appearing on UI

Using playwright i am launching the browser and clicking on buttons which throws alert pop-up but after clicking the buttons, pop-up are not appearing .Below are the button elements.

   
  <input type="button" id="marketReport" name="marketReport" value="Launch market report" class="button-raised-primary" onclick="execute(this.form, 'marketReport');" accesskey="" style="">

  &nbsp;
  <input type="button" id="factReport" name="factReport" value="Launch fact report" class="button-raised-primary" onclick="execute(this.form, 'factReport');" accesskey="" style="">
Enter fullscreen mode Exit fullscreen mode

I have tried every browser setting but nothing is working. working with selenium with same browser setting.How can i resolve the issue.

Also when i perform some other operations on that page like downloading file and then try to click buttons then the pop-up starts appearing

</td>
Enter fullscreen mode Exit fullscreen mode

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay