Bachu

Results 17 comments of 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.

@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)_ ![image](https://user-images.githubusercontent.com/17777813/107619149-bbf1e680-6c78-11eb-85c8-478ae59495fa.png)

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...