etaoin

anish 2018-11-16T03:38:40.000800Z

Hi all, I am writing integration tests with etaoin

anish 2018-11-16T03:39:18.001600Z

i want to get parent of an element, any ideas how to do it

anish 2018-11-16T03:46:22.001700Z

anish 2018-11-16T03:47:42.003200Z

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

anish 2018-11-16T03:48:11.003900Z

any ideas how to do that, any help will be highly appreciated

anish 2018-11-16T04:05:07.004300Z

(query driver {:fn/has-text "Specify your shipping address"})

anish 2018-11-16T04:06:03.005400Z

gives me a element address, using which i am trying to find corresponding input tag