Modified waitForActivity() to solve an issue that happens on some devices, issue-416 |
|
More...
|
almost 12 years ago
|
Added getWebUrl() |
|
More...
|
almost 12 years ago
|
Made waitForWebElement return boolean like the other waitFor methods. Also made some minor javadoc changes |
|
More...
|
almost 12 years ago
|
Some refactoring in call() |
|
More...
|
almost 12 years ago
|
Corrected call() in Searcher |
|
More...
|
almost 12 years ago
|
Some refactoring of the waitForActivity methods |
|
More...
|
almost 12 years ago
|
Made it possible to filter views based on their class with waitForText() |
|
More...
|
almost 12 years ago
|
Added a new method getView(int id, int index) |
|
More...
|
almost 12 years ago
|
Merge pull request #44 from krzysiekbarca/master |
|
More...
|
almost 12 years ago
|
improved clickInList |
|
More...
|
almost 12 years ago
|
Merge pull request #43 from menny/master |
|
More...
|
almost 12 years ago
|
as assertCurrentActivity, now waitForActivity can also take Class<? extends Activity> parameter - type-safer. |
|
More...
|
almost 12 years ago
|
Added WebViews in text |
|
More...
|
almost 12 years ago
|
Bugfix for issue-403 |
|
More...
|
almost 12 years ago
|
Merge pull request #42 from rtack/master |
|
More...
|
almost 12 years ago
|
remove @override for interface methods as source compatibility is 1.5 |
|
More...
|
almost 12 years ago
|
getWebElement() should only wait 10 seconds like the other get methods |
|
More...
|
almost 12 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
almost 12 years ago
|
[maven-release-plugin] prepare release robotium-4.0 |
|
More...
|
almost 12 years ago
|
Minor refactoring in RobotiumWebClient |
|
More...
|
almost 12 years ago
|
Javadoc correction |
|
More...
|
almost 12 years ago
|
Run setWebChromeClient from UI thread |
|
More...
|
almost 12 years ago
|
Further Javadoc corrections |
|
More...
|
almost 12 years ago
|
Minor Javadoc update in Solo.java |
|
More...
|
almost 12 years ago
|
More javadoc updates |
|
More...
|
almost 12 years ago
|
Javadoc updates |
|
More...
|
almost 12 years ago
|
Removed unused method finishInactiveActivities() |
|
More...
|
almost 12 years ago
|
Compare trimed strings in textContent(text) |
|
More...
|
almost 12 years ago
|
Fix in typeTextInWebElement(By by, String text, int match) |
|
More...
|
almost 12 years ago
|
Corrected RobotiumWeb.js and updated WebElementCreator |
|
More...
|
almost 12 years ago
|