04-10-2015, 12:24 PM
Hi,
thanks for answering my question.
The code I use is as follows:
What is the aim of Check the Menu item hierarchy?
Thanks,
thanks for answering my question.
The code I use is as follows:
Code:
Public Function navInicio()
If navegador.WebElement("class:=menuButton","innertext:=Inicio").Exist(5) Then
navegador.WebElement("class:=menuButton","innertext:=Inicio").Click
else
msgbox ("Inicio not found")
End If
End Function
What is the aim of Check the Menu item hierarchy?
Thanks,