-
Notifications
You must be signed in to change notification settings - Fork 162
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
Comments
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. |
Do you mean, another framework? |
No I mean to ask can u provide an sample code handling of shadow dom elements on it |
That's what I said in my previous message, it is not possible in Galen,
because it would need to modify the framework.
El vie., 7 ago. 2020 a las 8:19, UdaySun (<[email protected]>)
escribió:
… No I mean to ask can u provide an sample code handling of shadow dom
elements on it
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEUFQSFHWFTA4ZI746UA4DR7OMHLANCNFSM4OSWMOWQ>
.
--
Miguel A. Zarate, PhD
|
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
The text was updated successfully, but these errors were encountered: