Home > Enterprise >  Accessing html via selenium
Accessing html via selenium

Time:01-19

I am trying to build a bot to solve Wordle puzzles on the website (

And this is what I can see on inspection on the website enter image description here

CodePudding user response:

i think this is what you are lookin for: enter image description here

CodePudding user response:

This page using a lot of shadow-DOMs.
You have to learn how to work this such web pages. It's not easy.
You can find several questions like this here.
You will have to close the pop-up and then sent your text.

  •  Tags:  
  • Related