Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 890 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 890 Bytes

Permission-popup-Automation

Site Link: Permission Popup

Objective

The Permission-popup-Automation project automates the handling of browser permission popups for permission popups like Notification, Location, Camera, Microphone access using Selenium WebDriver. This ensures seamless test execution by eliminating manual intervention for these permissions.

Key Features

  • Automated Permission Handling:

    • Allows or blocks notification permission popups.
    • Allows or blocks location permission popups.
    • Allows or blocks Camera permission popups.
    • Allows or blocks Microphone permission popups.
    • Allows or blocks Camera + Microphone permission popups.
  • Configurable Preferences:

    • Customize handling behavior through ChromeOptions.
  • Easy Integration:

    • Integrates with existing Selenium WebDriver test scripts.