Closed katesaikishore closed 1 year ago
<div class=" "> This line does not have class how to access this? div. ?
<div class=" ">
Technically speaking, you are right, this div does not have a class.
div
Did you try div[class=" "] selector?
div[class=" "]
See #8b8fd
<div class=" ">
This line does not have class how to access this? div. ?