1

Here I wanted to navigate to the h6 tag, from first div, so can anyone help me with the xpath or css using following sibling concept?

<div class="MuiCardHeader-root"></div>
<div class="MuiCardContent-root jss63568">
<h6 class="MuiTypography-root jss63569 null MuiTypography-subtitle2">Card-954-description</h6></div>
Explorer
  • 79
  • 8
  • Try `'div.MuiCardHeader-root ~ h6'` – vsemozhebuty Oct 20 '21 at 16:48
  • Does this answer your question? [What is syntax for selector in CSS for next element?](https://stackoverflow.com/questions/3660046/what-is-syntax-for-selector-in-css-for-next-element) – ggorlen Oct 21 '21 at 03:23

0 Answers0