views:

39

answers:

0

I'm doing test automation with Selenium and have now ended up testing an old .NET 1.1 app that only runs in IE6 that is kind of semi-ajax. Most of the objects does not have any ID tags etc and this complicates things writing the scripts.

Now I'm trying to make my own little selenium-recorder for IE6 and I have made a small C# .Net project with a web browser and have a event fired for mouse over event in the HTML document.

Anyone have an idea how to present an XPath to the event in the mouse over event?

Update: Is there a way to get the full length to an object like: /html/body/table[2]/div/a