letsgotomars

Results 8 comments of letsgotomars

Even a cludgey plugin or non-elegant workaround would be very much welcome.

Just pinging the active maintainers @corevo and @tourdedave to make sure this doesn't fall off the radar. Our team really would like to use the IDE but all our applications...

No worries thanks for the udpate @corevo. It's unfortunate there is no webdriver support for this awesome modern web feature yet. I hope the standards community implements some sort of...

Until there is official webdriver standards support for shadow DOM I might have some of our devs look into forking the Selenium IDE with a stopgap workaround solution (perhaps using...

It appears that support has finally [landed ](https://github.com/w3c/webdriver/pull/1565/files)in the W3C Editor's Daft spec 🙌. @corevo does that mean the Selenium IDE will be able to natively support Shadow DOM once...

@janiukjf code coverage is exactly why we did this modification. We have a tool that runs front-end mocha tests on istanbul instrumented code and then displays the test results using...

Sure - I modified a large bundled mocha.js script that I got from a CDN. Sorry I can't remember the specific version we used in our tool. Here is the...

Also I made another one-liner change here: ```js Progress.prototype.update = function(n) { // ===== < CUSTOM MOD > ===== // Provide hook into mocha testing progress window.mocha.percentComplete = n; //...