Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shadow DOM access for Protractor #638

Open
UdaySun opened this issue Jul 7, 2020 · 5 comments
Open

Shadow DOM access for Protractor #638

UdaySun opened this issue Jul 7, 2020 · 5 comments

Comments

@UdaySun
Copy link

UdaySun commented Jul 7, 2020

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

@riffdr
Copy link

riffdr commented Aug 6, 2020

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.

@UdaySun
Copy link
Author

UdaySun commented Aug 7, 2020

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

@riffdr
Copy link

riffdr commented Aug 7, 2020

Do you mean, another framework?

@UdaySun
Copy link
Author

UdaySun commented Aug 7, 2020

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

@riffdr
Copy link

riffdr commented Aug 7, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants