I'm using watir-WebDriver to automate a website test automation. I have to get to the Sibling link.
looks like this
Something > Something 2 > current page title (link1) (link2) (text1)
I have the class id of the text1, and I have to go back to the Something 2 by clicking on the link2.
How do I get this.