Core Innovation: Divides the screen into a 10×20 grid (similar to chess notation), allowing the model to output "E5" instead of complex pixel coordinates.
web-ui ├── pom.xml └── src └── test ├── java │ └── com │ └── vakifbank │ ├── hooks │ │ └── Hooks.java │ ├── pages │ │ ├── BasePage.java │ │ └── BookStorePage.java │ ├── runners │ │ └── TestRunner.java ...