Hi all, I am writing integration tests with etaoin
i want to get parent of an element, any ideas how to do it
To be precise, I have above html snippet where I want to fill input tag which does not have any unique identifier , i want to find input tag by using label tag
any ideas how to do that, any help will be highly appreciated
(query driver {:fn/has-text "Specify your shipping address"})
gives me a element address, using which i am trying to find corresponding input tag