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

Billboard image

Synthetic monitoring. Built for developers.

Join Vercel, Render, and thousands of other teams that trust Checkly to streamline monitor creation and configuration with Monitoring as Code.

Start Monitoring

Top comments (0)

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay