47
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Feb 28, 2023 — Feb 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ARQ-100 Applied typo patch, fixing misspelled Arquillian pom name/description More... about 14 years ago
ARQ-100 Applied relativePath patch, fixing arquillian-build pom references More... about 14 years ago
ARQ-100 Applied relativePath patch, fixing arquillian-build pom references More... about 14 years ago
ARQ-100 Applied relativePath patch, fixing arquillian-build pom references More... about 14 years ago
ARQ-100 Applied relativePath patch, fixing arquillian-build pom references More... about 14 years ago
ARQ-100 Applied relativePath patch, fixing arquillian-build pom references More... about 14 years ago
RFPL-493 richfaces-selenium - implement guards for http/xhr/no request types - implemented proxies for ActiveXObject and XMLHttpRequest, which can be reused to catch calls to this API More... about 14 years ago
ARQ-96 OpenWebBeans embedded container implementation More... about 14 years ago
- module renamed to valid name functional-test-jboss-ci-template More... about 14 years ago
- added functional-test-template-jboss-ci module desired to be template for jobs running in hudson More... about 14 years ago
- added svn:ignore to functional-test-template module More... about 14 years ago
initial commit of functional-test-template module More... about 14 years ago
- added svn:ignore to library module More... about 14 years ago
- added pom.xml for org.jboss.test.richfaces-selenium.root More... about 14 years ago
refactoring to new pom structure - moving to 'library' module More... about 14 years ago
* added LocatorFactory for easy creating typed element locators * changed IterableLocator signature - T getChildren(T), T getDescendants(T) instead of T iterateChilds, T iterateOccurences; added T getAllChildren(); refactored influenced parts * changed samples More... about 14 years ago
added samples for iteration and waiting More... about 14 years ago
added licence header where forgotten More... about 14 years ago
implemented AbstractTestCase as start point for new TestCases More... about 14 years ago
Drag reimplemented to AjaxSelenium More... about 14 years ago
implemented encapsulation of Browser and Browser.Type More... about 14 years ago
all *Retrieve classes/interfaces unified as Retriever (added -r suffix) More... about 14 years ago
renamed IsElementPresent to ElementPresent (forgot removing IsElementPresent) More... about 14 years ago
renamed IsElementPresent to ElementPresent More... about 14 years ago
fixed TextEquals factory method (was returned IsElementPresent instance) More... about 14 years ago
removed Not condition - should not be used anymore More... about 14 years ago
implemented JavaScript retrievers / conditions / waiting More... about 14 years ago
introduced interface JavaScriptCondition and implemented on TextEquals and IsElementPresent More... about 14 years ago
AttributeRetriever and TextRetriever modified to use AjaxSelenium instead of Selenium More... about 14 years ago
implemented contextual condition IsElementPresent (impl. similar to TextEquals) More... about 14 years ago