galenframework/galen

Shadow DOM access for Protractor

UdaySun opened this issue · 5 comments

Hi Guys,

Can you guys let me know how can i setup to access shadowDOM/root on galen framework using protracotr. i tried everything but its not working, i have called my gspec objects with "js" as type "querySelector("")" like this. But still its not identifying element

since Galen is based on Selenium and shadowRoot is only accessible by JS, it would be necessary to support using js selectors instead on just css and xpath selectors, which would require modifying the framework.

Thanks for the info. Do you have any sample template framework to handle my scenario.
That can help us to move forward

Do you mean, another framework?

No I mean to ask can u provide an sample code handling of shadow dom elements on it