06-11-2012, 02:06 PM
Hi,
Please confirm if the below code highlights the WebElement
If the above element is highlighted, please try by changing the replay type
If it doesn't work please post the properties of the webelement
Please confirm if the below code highlights the WebElement
Code:
Browser("xyz").Page("abc").WebElement("WebElement").Highlight
Code:
Setting.WebPackage("ReplayType") = 2 '2-Runs mouse operations using the mouse
Browser("xyz").Page("abc").WebElement("WebElement").Click
Setting.WebPackage("ReplayType") = 1 '1-Runs mouse operations using browser events
If it doesn't work please post the properties of the webelement