Skip to content

Releases: vmi/selenese-runner-java

selenese-runner-java-3.11.0

21 Jan 02:41
@vmi vmi
Compare
Choose a tag to compare
  • Add new command: contextMenu. (PR #262 by @kokichirok)
  • Add new option --headless which enables the headless mode for Chrome and Firefox.
  • Add following new conmands: (PR #263 by @koichirok with refactoring by @vmi)
    ** answerOnNextNativeAlert
    ** chooseCancelOnNextNativeAlert
    ** chooseOkOnNextNativeAlert
    ** (assert|verify|waitFor|store)Alert
    ** (assert|verify|waitFor|store)AlertPresent
    ** (assert|verify|waitFor)NotAlert
    ** (assert|verify|waitFor)AlertNotPresent
  • Update dependency versions.

selenese-runner-java-3.10.0

24 Dec 11:31
@vmi vmi
Compare
Choose a tag to compare
  • Add --log-filter support to suppress page information in log. (#260, PR #253 by @koichirok)
  • Refactor the code of initializing WebDriver for Selenium 3.8.1.

selenese-runner-java-3.9.0

11 Dec 14:39
@vmi vmi
Compare
Choose a tag to compare
  • Catch up Selenium 3.8.1.
    • Fix some problems.
  • Update dependency versions.
  • Add new command: editContent. (PR #261 by @apcros)
  • If the value of the variable is mathematically an integer, it is expanded as an integer. (#258)

selenese-runner-java-3.8.0

03 Sep 01:50
@vmi vmi
Compare
Choose a tag to compare
  • Treat CDATA sections as character content. (#250)
  • Add --no-proxy support for chromedriver. (#252)
  • Catch up Selenium 3.5.3.
  • Update dependency versions.

selenese-runner-java-3.7.0

25 Jun 08:25
@vmi vmi
Compare
Choose a tag to compare
  • Skip comment nodes when extracting text. (#245, PR #246 by @mcclellanmj)
  • Fix to ignore invisible text with ***Text commands. (#247)

selenese-runner-java-3.6.0

11 Jun 12:32
@vmi vmi
Compare
Choose a tag to compare
  • Add a new option to set variables from the command line: ―var <var-name>=<json-value> (#216)
  • Fix for non-daemon threads not remaining after tests. (#244, #148)
  • Update dependency versions.

selenese-runner-java-3.5.0

10 May 13:20
@vmi vmi
Compare
Choose a tag to compare
  • Support the int and bool type in --define option. (#236)

selenese-runner-java-3.4.0

29 Apr 01:34
@vmi vmi
Compare
Choose a tag to compare
  • Catch up Selenium 3.4.0.
  • Update dependency versions.
  • Refine pom.xml.
  • Fix some FirefoxDriver problems.
  • Treat StaleElementReferenceException same as NotFoundException. (#237)

selenese-runner-java-3.3.0

20 Mar 23:18
@vmi vmi
Compare
Choose a tag to compare
  • Fix to output an error if the specified profile does not exist.
  • Add local file detector for file uploading by RemoteWebDriver. (#231)
  • Catch up Selenium 3.3.1.
  • Update dependency versions.
  • Fix FirefoxDriver initialization failed. (#232)
    • Note: Several tests fail with Firefox. I think that this is a problem of Selenium 3.3.1.

selenese-runner-java-3.2.0

11 Feb 01:46
@vmi vmi
Compare
Choose a tag to compare
  • Add new option --geckodriver which specifies geckodriver binary path. (#226)
  • Fix the behavior of (assert|verify|waitFor|store)Editable according to Selenium IDE. (#227)
  • Re-fix the behavior of click command for invisible element. (#224)