Zarkonnen / se-interpreter

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

Named step support #35

Closed Zarkonnen closed 9 years ago

Zarkonnen commented 9 years ago

Each step in a Sel2 script may have a custom name.

heydenberk commented 9 years ago

This is not quite compatible with the addCookie format:

set-cookie-example: Success cookiename {"type":"addCookie","name":"cookiename","value":"cookievalue","options":""}
Zarkonnen commented 9 years ago

Ouch. That's... a bit of a problem. Thank you for spotting this!

Zarkonnen commented 9 years ago

OK, this is now fixed! Thank you again.