Alert Popup not appearing on UI

sur_bd56f8222701a94be2020

Sur

Posted on September 18, 2024

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
💖 💪 🙅 🚩
sur_bd56f8222701a94be2020
Sur

Posted on September 18, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related