Bachu
Bachu
@100pah Agree that ECharts is rendered using Canvas or SVG. As you said we could move this data filtering controls outside chart rendering area and and modify the chart by...
@first87 I tried using your new locator in my e2e tests. I am unable to get the elements in the shadow dom. Environment: Angular (v5) Application with Polymer Web Components....
Thank you @first87 it worked like a charm. Hope we will get this shadow DOM support in protractor soon.
Thanks for the reply, we will look into & follow scoped registry polyfill.
@manolakis Yes with ScopedElements_v2.x tag names are no longer being rewritten with a hash. That means we can still use custom element tags as CSS Selector. I tested different scenarios...
When I look what I pass into ccall this is what I can see. The two arrays that I am passing are of size 231. _Module.ccall(r, E, h, y)_ 
I personally feel XmlDocumentationProvider is very much valid for custom analyzers, with which you can provide XML documentation even for symbols from a custom assembly referenced. i.e. by making API...