0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add SIDE command information to ICommand object. More... over 6 years ago
In `click` family commands, change to retry when the found element disappears. (#302) More... over 6 years ago
fix a latent bug with timeout. More... over 6 years ago
update SideCommand based on Selenium IDE v3.8.1. More... over 6 years ago
update ArgTypes based on Selenium IDE v3.8.1. More... over 6 years ago
update Selenium IDE files based on v3.8.1. More... over 6 years ago
replace `StringUtils.capitalize(...)/uncapitalize(...)` with my code. More... almost 7 years ago
replace `StringUtils` methods with standard API or my code. More... almost 7 years ago
replace `StringUtils.contains(...)/containsIgnoreCase(...)` with standard API or my code. More... almost 7 years ago
replace `StringUtils.repeat(...)` in Commons Lang3 with `Strings.repeat(...)` in Guava. More... almost 7 years ago
replace my code with `Strings.nullToEmpty(...)`. More... almost 7 years ago
replace `StringUtils.isBlank(...)/isNotBlank(...)` with my code. More... almost 7 years ago
replace `StringUtils.empty(...)/notEmpty(...)` in Commons Lang3 with `Strings.isNullOrEmpty(...)` in Guava. More... almost 7 years ago
replace `StringUtils.defaultString(...)` with use `Objects.toString(...)`. More... almost 7 years ago
replace `StringUtils.join(...)` with standard API or my code. More... almost 7 years ago
use `isEmpty()` instead of `size() == 0`. More... almost 7 years ago
update dependency versions. More... almost 7 years ago
remove static import of commons-lang3. More... almost 7 years ago
remove dependencies on commons-codec because they are not used directly. More... almost 7 years ago
add newline at EOF. More... almost 7 years ago
replace `FastDateFormat` with `DateTimeFormatter`. More... almost 7 years ago
[maven-release-plugin] prepare for next development iteration More... almost 7 years ago
[maven-release-plugin] prepare release selenese-runner-java-3.23.0 More... almost 7 years ago
Merge pull request #300 from vmi/issue#298 More... almost 7 years ago
fix `***XpathCount` commands to treat as 0 when the element can not be found. (#298) More... almost 7 years ago
[maven-release-plugin] prepare for next development iteration More... almost 7 years ago
[maven-release-plugin] prepare release selenese-runner-java-3.22.0 More... almost 7 years ago
add compiler option: `-Xlint:deprecation`. More... almost 7 years ago
update release note. More... almost 7 years ago
fix a bug in flow control and improved flow control processing. (#297) More... almost 7 years ago