issues Search Results · repo:webdriverio/query-selector-shadow-dom language:JavaScript
Filter by
37 results
(84 ms)37 results
inwebdriverio/query-selector-shadow-dom (press backspace or delete to remove)$ document.querySelectorAll( html body )
NodeList [ body ]
$ document.querySelectorAll( html * )
NodeList [ head, body ]
$ querySelectorShadowDom.querySelectorAllDeep( html body )
Array [ ...
LeviticusMB
- Opened on Aug 20, 2024
- #100
So I m trying to make a web component library that uses a shadow DOM.
I wondered if it was possible to override document.querySelector? Perhaps document.querySelector could be cloned to some
other function ...
TheDevelolper
- 1
- Opened on Aug 20, 2022
- #79
With the latest release of puppeteer it seems that there are some type issues, e.g.
import puppeteer from puppeteer-core
import { QueryHandler } from query-selector-shadow-dom/plugins/puppeteer/index.js ...
christian-bromann
- Opened on Jul 11, 2022
- #77
Let s says i have a radio button that is grayed out, the test is to make sure that the button is grayed out. Below
doesnt return the value since it is expecting some value from the output.
// check ...
alpriya87
- Opened on Jan 23, 2022
- #71
I am using this,
querySelectorDeep([aria-label= Go to series - BxP_Learn_Series-1 ])
I ma getting error
import { normalizeSelector } from ./normalize in node_modules\query-selector-shadow-dom\src\querySelectorDeep.js:6 ...
smaroof
- 1
- Opened on Nov 3, 2021
- #67
josemadev
- Opened on Jul 20, 2021
- #65
Getting an error when importing the module into a React script. Same works fine in a Node app or plain HTML. Does anyone
have a fix?
Screen Shot 2021-06-03 at 12 23 41 Screen Shot 2021-06-03 at 12 23 ...
thisistaimur
- 7
- Opened on Jun 3, 2021
- #63
Hi @Georgegriff, First of all thanks for sharing your code! I ve been using it for a while and it s working well :)
I ve come across, however, a corner case - trying to query a selector in a shadowDOM ...
shalev-evinced
- 2
- Opened on May 6, 2021
- #58
Hi @Georgegriff , Sorry to bother you, but I m facing some problems using your plugin. I tried to figure out the problem
myself, but I couldn t. So, I thought to ask for your help: I used your example ...
Tigrao75
- 2
- Opened on Apr 22, 2021
- #57
To begin, thank you very much for what you have done in this project and that is fantastic!
And It would be wonderful if you could implement a selector on text or certain text like :
For example, here ...
lacell75
- 2
- Opened on Apr 21, 2021
- #56

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.