Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@WasiqB WasiqB released this 14 Jul 16:51
· 52 commits to master since this release
1a1293c
  • NEW: Added support for Safari Browser.
  • NEW: WaitStrategy added. Default will be NONE.
  • NEW: New overloaded methods added in BrowserPage to consume WaitStrategy.
  • NEW: New method in ISelectboxActions added:
    • deselectByIndex
    • deselectByValue
    • isMultiSelect
    • options
    • selectByIndex
    • selectByValue
    • selectedOptions
  • BREAKING: Old methods in ISelectboxActions renamed:
    • select -> selectByText
    • deselect -> deselectByText