Framework Mode - Browser profile management
Folder Structure
src/
├── main/
│ └── java/
│ └── com/
│ └── example/
│ └── utils/
│ └── BrowserProfileManager.java
├── test/
│ └── java/
│ └── com/
│ └── example/
│ ├── pages/
│ │ └── LoginPage.java
│ ├── tests/
│ │ └── LoginTest.java
│ └── utils/
│ └── TestData.java
└── resources/
├── profiles/
│ ├── chrome_profile/
│ └── firefox_profile/
└── config.properties