rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb
GNU Affero General Public License v3.0
121 stars 65 forks source link

Variables named as a language keyword #32

Open 12people opened 6 years ago

12people commented 6 years ago

When generating a page for Java, one of the variable names was "import", which conflicts with the Java import keyword. I had to manually go through the file and change the name of all instances of the variable.