Framework Mode - Keyboard actions (keyDown, keyUp)
Folder Structure
selenium-java-project/ ├── src/ │ ├── main/ │ │ └── java/ │ │ └── com/example/app/pages/ # Page Object classes │ └── test/ │ └── java/ │ └── com/example/app/tests/ # Test classes ├── resources/ │ └── testdata/ # Test data files ├── utils/ │ └── KeyboardActionsHelper.java # Helper for keyboard actions ├── drivers/ # WebDriver executables ├── testng.xml # TestNG suite configuration └── pom.xml # Maven project file