I am using selenium ide for finding the locators,here I got a locator 'link=History of *' which works in selenium ide but when I use the same locator in web driver code it fails.
Says " Unable to locate element: {"method":"link text","selector":"History of .*"} ".
Does selenium support regular expressions in its locators?
Please help me out in this.