How to Handle Browser-Related Pop-Up Issues?


Whenever you face browser-related pop-up issues, you can resolve them by configuring a specific desired capability. This article explains how to use that capability to resolve such pop-up problems.


Steps to Resolve Pop-Up Issues

  1. From the left navigation bar, navigate to Create Tests and click Test Cases.
  2. In the Test Case Explorer section, expand the required Feature and Scenario and select the required test case.
  3. In the Test Case Details page, click Run.
  4. In the Ad-Hoc Run overlay, expand the Desired Capabilities field and specify the desired capability.

    Name Data Type Value
    goog:chromeOptions String {"prefs": {"profile.password_manager_leak_detection": false}}
  5. Click Run Now.