Skip to content

Fixed bugs and added some important public methods

Compare
Choose a tag to compare
@sukgu sukgu released this 12 May 11:39
· 61 commits to master since this release

Modified javascript engine to identify shadow elements.
Added some methods for

  • Checkbox
  • Dropdown
  • Radio

and some more helper methods like

  • isVisible
  • isDisabled
  • isChecked
  • getAttribute

for shadow elements .
These methods will provide more flexibility in writing testcases now.