Martin Reinhardt

Results 101 comments of Martin Reinhardt

could you try with 2.3.5?

seems like a selenium issue, as from the selenium mailing list I've think PhantomJS isn't working really well with latest selenium versions @ishubin I think we should drop PhantomJS as...

is the spec language described in a meta format? This would be helpfull to create editors. Would like to support here

I've created such editor using the Xtext DSL tools. I can take a look at it in two weeks ...

I've created a basic grammar which already provides basic hint and auto completion.

thx The cool thing is I'm using Xtext and it's a toolset to create DSLs and editors. It was eclipse only, but they will support intellij soon. So if they...

I solved the problem with the whitespace indentation in Xtext and now working on the xpath detection. I think I will release an alpha in January, see this project for...

IDEA Plugin is available via [nightly channel](https://plugins.jetbrains.com/plugin/8302). The latest working build is published there. But it's still very alpha ;)

not sure, in my plugin.xml I defined version 131+. Have to check that

on the java side you could pass the driver instance directly via API, see [here](https://github.com/hypery2k/galen_samples/blob/master/junit/src/test/java/sample/util/GalenBaseTest.java#L84) I think something similiar should be possible in JS, but never tried.