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 FunctionWhat is the aim of Check the Menu item hierarchy?
Thanks,

