Framework Mode - EdgeOptions configuration
Folder Structure for Selenium Java Framework
src/
├── main/
│ └── java/
│ └── com/example/project/
│ └── utils/ # Utility classes (e.g., WebDriverFactory)
├── test/
│ └── java/
│ └── com/example/project/
│ ├── pages/ # Page Object classes
│ ├── tests/ # Test classes
│ └── config/ # Configuration classes (e.g., EdgeOptions setup)
└── resources/
├── testdata/ # Test data files
└── config.properties # Environment and browser config