P
P
potapovdmtriy2021-04-22 18:56:40
XPath
potapovdmtriy, 2021-04-22 18:56:40

How to find all class without hidden?

There are two divs with class 'line'
how to select the ones that don't have hidden using xpath?

<div class="line" hidden=""><div>
<div class="line"><div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2021-04-22
@potapovdmtriy

//div[not(@hidden)]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question