Skip to content

1.4.4

Compare
Choose a tag to compare
@yashaka yashaka released this 29 Jun 12:00
· 8 commits to master since this release

Selenium 4.10.0 and new collection commands

new commands:

  • collection.even
  • collection.odd
  • collection.sliced(start, end, STEP)
  • collection.all(selector)
  • collection.allFirst(selector)

new import alias:

  • import { command } from 'selenidejs'
    • as alias to import { perform } from 'selenidejs'

fix bugs:

  • once collection.should(have.texts(...)) fails,
    sometimes returns unclear reason in error message:
    "Cannot read properties of undefined (reading 'includes')"
  • have.exactText does not accept numbers
  • have.exactTexts does not type hint for expected texts as numbers

upgrade selenium to 4.10.0