FINRAOS / JTAF-ExtWebDriver

Extensions for WebDriver is an enhancement to the powerful WebDriver API, with robust features that keep your browser automation running smoothly. It includes a widget library, improved session management and extended functions over the existing WebDriver API.
http://finraos.github.io/JTAF-ExtWebDriver
Apache License 2.0
26 stars 49 forks source link

Create widget library for GWT #22

Open bryantrobbins opened 10 years ago

bryantrobbins commented 10 years ago

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.

bryantrobbins commented 10 years ago

http://www.gwtproject.org/doc/latest/RefWidgetGallery.html

bryantrobbins commented 10 years ago

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/

bryantrobbins commented 10 years ago

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.

bryantrobbins commented 10 years ago

Note: this feature will only work with XPath locators.

kood1 commented 10 years ago

@bryantrobbins, do we have any code that we should pull in from Hackathon? Perhaps a different branch?