Zarkonnen / se-interpreter

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

Add a step type to support xxxxElementStyle steps #60

Closed markoperich closed 7 years ago

markoperich commented 7 years ago

I've creates a new step type to support operations for ElementStyle steps. This is pretty straightforward and invokes the "getComputedCSS" operation of the webdriver.

Hope you may integrate this to master.

Best Regards.

Zarkonnen commented 7 years ago

Look good. I'll see that I can fix up the CI.