Powered by
Can you do an upwards find? I know you can do a `....
# e2e-testing
h
happy-dinner-13480
08/30/2022, 8:52 AM
Can you do an upwards find? I know you can do a
.find('input')
on a element to find the input elements inside that. but what if I want to find a
tr
based on a span inside that
tr
?
Previous
Next