Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

add step to change the size of the current window #21

Closed davidlinse closed 10 years ago

davidlinse commented 10 years ago

Implementation for JSONWire protocol: POST /session/:sessionId/window/:windowHandle/size

{
  "type": "setWindowSize",
  "witdh": "1024",
  "height": "768"
}
Zarkonnen commented 10 years ago

Looks good! Will have to add equivalents to Builder itself. :)