Hello,
I'm needing a smidge of help on this one :)
I am looking to obtain a div after the innertext of a specific h5. as you can see below. I have an h5 tag titled peoplefinder then a p tag with "text options" as the inner text.
What I'm wanting to do is select the proper text options inner text based on the h5 that's right before it, as text options is prevalent throughout.
<
div
data-v-03e70c58
=
""
class
=
"card-body"
>
<
div
data-v-03e70c58
=
""
class
=
"card-icon"
><
svg
data-v-03e70c58
=
""
aria-hidden
=
"true"
focusable
=
"false"
data-prefix
=
"fal"
data-icon
=
"chevron-right"
role
=
"img"
xmlns
=
"http://www.w3.org/2000/svg"
viewBox
=
"0 0 256 512"
class
=
"svg-inline--fa fa-chevron-right fa-w-8"
><
path
data-v-03e70c58
=
""
fill
=
"currentColor"
d
=
""
class
=
""
></
path
></
svg
></
div
>
<
h5
data-v-03e70c58
=
""
class
=
"card-title"
>peoplefinder</
h5
>
<
p
data-v-03e70c58
=
""
class
=
"card-text"
>Text Options</
p
>
</
div
>