I have tried and tried and tried this over and over again in many variations
var he = instance.ActiveTab.MainDocument.FindElementByXPath(last.XPath, 0);
he.RiseEvent("onmouseover", "full");
System.Threading.Thread.Sleep(1000);
var he = instance.ActiveTab.MainDocument.FindElementByXPath(last.XPath, 0);
he.RiseEvent("mouseover", "full");
System.Threading.Thread.Sleep(1000);
both with variations of full medium and none
the xpath return is true.
rise mouse over works in project maker but i need the solution in c#