Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: groupon/webdriver-http-sync

v2.0.3

07 Mar 23:56
Compare
Choose a tag to compare
  • Include native code in package - @jkrems #39
    • 5b2c904 fix: Include native code in package

v2.0.2

07 Mar 22:21
Compare
Choose a tag to compare

2.0.1

27 Oct 17:22
Compare
Choose a tag to compare

2.0.0

27 Oct 17:22
Compare
Choose a tag to compare
  • Consistently fail on PhantomJS errors - @jkrems
    #35
  • Revert "capture stack trace for failed tryParse" - @khoomeister
    #33

1.2.1

07 Oct 19:25
Compare
Choose a tag to compare
  • #32 capture stack trace for failed tryParse

1.2.0

18 Sep 18:12
Compare
Choose a tag to compare

Now works on Node.js 4.0.0!

  • #30 #31 add support for Node.js 4.0.0

1.1.0

20 Mar 14:13
Compare
Choose a tag to compare
  • #26 #27 migrate to use http-sync

1.0.0

26 Jan 19:39
Compare
Choose a tag to compare
  • #23 update init error message to say WebDriver instead of selenium
  • #24 encode text before sending to Element#type to support unicode

0.12.0

26 Jan 14:32
Compare
Choose a tag to compare
  • #22 Implement Element.prototype.getElement(s)

0.11.0

27 Oct 02:39
Compare
Choose a tag to compare
  • #17 fix Element#get('value') by standardizing attribute retrieval to only be special for text.