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

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

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

Okay