Skip to content

Releases: groupon/webdriver-http-sync

v2.7.1

04 Jan 15:24
Compare
Choose a tag to compare

v2.7.0

09 Aug 16:18
Compare
Choose a tag to compare
  • feat: implement getting browser capabilities for current session - @w0rse #52
    • 42c10ff feat: implements getting browser capabilities for current session

v2.6.0

10 Mar 19:35
Compare
Choose a tag to compare
  • feat: implement sending keys to currently active element - @w0rse #49
    • 851d753 feat: implement sending keys to currently active element

v2.5.0

24 Oct 19:21
Compare
Choose a tag to compare
  • feat: implement gettings all window handles - @w0rse #48
    • 84dd9be feat: implement gettings all window handles

v2.4.1

10 Oct 15:17
Compare
Choose a tag to compare
  • fix: wrong newline in methods docs - @w0rse #47
    • c2c0265 fix: wrong newline in methods docs

v2.4.0

07 Oct 16:26
Compare
Choose a tag to compare
  • feat: implement window positioning and resizing - @w0rse #46
    • 83ff0c6 feat: implement window positioning and resizing

v2.3.0

03 Oct 16:30
Compare
Choose a tag to compare
  • Implement driver click method - @jkrems #45
    • ce724b6 feat: implement driver click method
    • 51ac055 chore: Check in new compiled version

v2.2.1

18 Apr 20:39
Compare
Choose a tag to compare

v2.2.0

18 Apr 20:34
Compare
Choose a tag to compare
  • feat: add support for buttondown/up & moveto - @dbushong #42
    • 35ea4ca feat: add support for buttondown/up & moveto

v2.1.0

13 Apr 17:01
Compare
Choose a tag to compare
  • Implement execute_async, async_script, timeouts methods - @w0rse #40
    • 3520539 feat: Implement execute_async and async_script methods
    • 111cb0e feat: Implement timeouts method