07-18-2017, 12:07 PM
Hi there,
I'd need your help because I can't get rid of an error message.
Given is a dynamic changing webtable, its cells are webtables as well, each cells contain one link I'd like to click on.
But UFT tells:
The error number is 2147467259 but I couldn't find a solution.
It would be very nice if somebody could help: )
I'd need your help because I can't get rid of an error message.
Given is a dynamic changing webtable, its cells are webtables as well, each cells contain one link I'd like to click on.
Code:
Set WebTableDescription = Description.Create
WebTableDescription("html tag").value = "TABLE"
Set TableRow = Page("page").WebTable("list").ChildObjects(WebTableDescription)
TableRow(10).ChildItem(1, 2, "Link", 0).Click
But UFT tells:
Code:
General run error.
Line (49): "TableRow(10).ChildItem(1, 2, "Link", 0).Click"
The error number is 2147467259 but I couldn't find a solution.
It would be very nice if somebody could help: )