01-11-2012, 12:45 AM
bea,
in your line 26 , object should not be identified as WinObject, instead it should identify as Win or WebButton, try to use the add-ins in permutations and combinations way(Select only .NET, select only Web, select both etc,,,)
If this issue still exists, try to know if there is any shortcut on that button, lets say if we need to click Save button, if this button works as Alt+S then we can use SendKeys ,
we need to search a workaround for clicking that button if WinObject is the final case
sunny
in your line 26 , object should not be identified as WinObject, instead it should identify as Win or WebButton, try to use the add-ins in permutations and combinations way(Select only .NET, select only Web, select both etc,,,)
If this issue still exists, try to know if there is any shortcut on that button, lets say if we need to click Save button, if this button works as Alt+S then we can use SendKeys ,
we need to search a workaround for clicking that button if WinObject is the final case
sunny