chai-webdriverio icon indicating copy to clipboard operation
chai-webdriverio copied to clipboard

Additional matchers

Open mltsy opened this issue 7 years ago • 1 comments

Just wanted to start an issue with a few additional matchers that I've wished were available here for when I get a chance to implement some (mostly copies from chai-webdriver):

  • .have.htmlClass(name)
  • .have.attribute(name, value)
  • .have.element(selector) or contain(selector) (?)
  • .be.disabled()

mltsy avatar Apr 05 '17 17:04 mltsy

(oops value is already there - I was thinking of a WebdriverIO problem I had selecting by value - removing that one!) :)

mltsy avatar Apr 05 '17 17:04 mltsy