I want to test a smart GWT app using Selenium. For this I need to add up 1. user-extensions.js 2. user-extensions-ide.js in the IDE. This gives an additional scLocators for locating GWT elements on the page
Now if I want to test the above page using Java, then where will I add these js files in the code