JTAF-ExtWebDriver
JTAF-ExtWebDriver copied to clipboard
Create widget library for GWT
Will start gathering some notes here: https://github.com/FINRAOS/JTAF-ExtWebDriver/wiki/GWT-Widget-Library----DRAFT
@knappk has looked into this before, has many thoughts on this already.
http://www.gwtproject.org/doc/latest/RefWidgetGallery.html
Sample app with all widgets: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwCheckBox
Source: https://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/showcase/
mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.6.1
Creates empty GWT app. Can move app source from above comment into this structure.
Note: this feature will only work with XPath locators.
@bryantrobbins, do we have any code that we should pull in from Hackathon? Perhaps a different branch?