Is it possible to use regexes or some "contain" function in WebDriver.FindElement()?
e.g. I have an element with XPath like this
//html//body//form//table//tbody//tr//td//a[@href='view.php?id=']
and id is a random number like view.php?id=132548
