python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to access the html nested within multiple shadowRoot using Selenium and Python
I am trying to build a bot to solve Wordle puzzles on the website (https://www.powerlanguage.co.uk/wordle/)
I am using selenium to enter a guess then attempting to inspect the page to see which guesse...
amc-man
Votes: 0
Answers: 2
querySelector not detecting element until it's inspected
My problem appears to be quite similar to this problem: Document.querySelector returns null until element is inspected using DevTools, however there are some significant differences that are quite con...
NikolaPi
Votes: 0
Answers: 1
querySelectorAll working find in JSFiddle, but receive "The string did not match the expected pattern" as injected code
I have a JSFiddle that matches any element that has the "background-color" style attribute. When I use it as an injected script inside a Safari Extension on Wikipedia, I get the error "...

Chewie The Chorkie
Votes: 0
Answers: 0