11-05-2012, 03:55 PM
Hi.
Very useful context.
Should we also feed the xpath in Repository?
I am trying to get an WebElement with xpath, but it doesnt work somehow.
and i feed the xpath in WebElement for xpath-attribute in the repository.
can somebody help me solve this. Thanks in regard.
Very useful context.
Should we also feed the xpath in Repository?
I am trying to get an WebElement with xpath, but it doesnt work somehow.
Code:
Dim oPage
Set oPage=Browser("x").Page("x")
oPage.WebElement("xpath:=//div/a[@id='vsAppLnkLayerPrintClose']").Click
can somebody help me solve this. Thanks in regard.