I have an issue that I am facing.
I want to navigate inside a sibling and move to the input
tag.
I managed to go to the sibling (since the sibling is the only thing that is unique).
How can I navigate inside the siblings and navigate to the input
(the input is only displayed once in siblings)
The Navigate that I have done is:
//tr[contains(@class, 'ng-pristine')]/td[contains(text(),'Native')]
How can I navigate to the input in the purple?