01-12-2016, 07:37 PM
Thank you for your answer!
So I tried this:
and still got the Object Not Visible error.
Is this what you meant?
So I tried this:
Code:
'Dynamic Object Creation
Dim LastDesc
Dim colNav
Set LastDesc = Description.Create
LastDesc("html id").Value = Browser("ATH Móvil - F.A.M.A").Page("ATH Móvil - F.A.M.A").WebElement("Last_2").GetROProperty("html id")
LastDesc("micClass").Value = Browser("ATH Móvil - F.A.M.A").Page("ATH Móvil - F.A.M.A").WebElement("Last_2").GetROProperty("micClass")
'LastDesc("Visible").Value = "True"
Set colNav = Browser("ATH Móvil - F.A.M.A").Page("ATH Móvil - F.A.M.A").ChildObjects(LastDesc)
colNav(0).Click
and still got the Object Not Visible error.
Is this what you meant?