Hi,
Can anyone please clarify the doubt.
what is meant by > in css selector ?
ex :csselector=‘body>div>div>div>div>div>div>div>div>div>div>div>div>div>div>div>div>span’
if it is immediate navigation like / in xpath - for immediate child.
If I want select 2 child from div how can I can write the css selector ?
HareeshMR
(Hareesh Madasi)
2
@prasanna.Ui,
gt is nothing but the “>” …
@prasanna.Ui
Building off of @HareeshMR’s answer:
>
- greater than
<
- less than
≥
- greater than or equal to
≤
- less than or equal to
As for your other questions:
It’s not quite clear what you’re asking. Could you elaborate on what specific issue you are facing?
1 Like