SQLite How to by Tag:
Unfortunately, you can't. The problem is that CSS selectors can't find by text. Therefore, you can't translate text()='Continue' XPath to a working CSS selector. This is one of the two...
If your HTML consists solely of that one <a> tag, then this should do it: String href = selenium.getAttribute("css=a@href"); You use the DefaultSelenium#getAttribute() method and pass in a CSS locator,...