I am using Selenium WebDriver 2.5.0 (tried 2.13.0, this did not help). I am trying to click on a link like this:
driver.FindElement(By.PartialLinkText("Customer - Creation").Click();
Before this worked, but I tried to run the scripts after 3 weeks and I observe 3 different behaviors on 3 machines:
Machine A: There is no link to the link at all, also no error.
Machine B: she clicks another link! Sometimes one is higher, sometimes one is lower.
Machine C (virtual): it works.
I did not fully test this (spent half a day today), but did anyone come across this behavior?
I restarted my computer, re-added the Selenium libraries. "SendKeys (Enter)" helps, but this problem is not only related to links, but at least with radio boxes where "SendKeys (Enter)" does not work.
Share your thoughts.
Refresh . Browsers are the same on at least 2 machines, Internet Explorer 8.0
source
share