Zarkonnen / se-interpreter

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

`tunnel-idenitifier` usage? #1

Closed patcon closed 11 years ago

patcon commented 11 years ago

I've been trying to read through the code and determine whether using using tunnel-identifiers is possible atm. Is there something I can add to interpreter_config.json, or is this essentially a feature request? https://saucelabs.com/docs/additional-config#desired-capabilities

Thanks!

patcon commented 11 years ago

Ok, so to explain, I was using this snippet: https://gist.github.com/santiycr/5139565

And I think I found my solution by doing this: https://github.com/myplanetdigital/drupal-skeletor/blob/master/tmp/tests/selenium/interpreter_config.json

Zarkonnen commented 11 years ago

Yeah, that looks right. I'll add this to the docs in the next iteration. :)

patcon commented 11 years ago

:+1: