Hi
What I want is to click on a certain button and open a certain page but every time I click on that button, a different page opens. This page is the one that should open whenever I click on the button that is down right next to it.
TC:
WebUI.callTestCase(findTestCase(‘0-InicioSesion’), [:], FailureHandling.STOP_ON_FAILURE)
WebUI.click(findTestObject(‘Page_Inicio/a_Analtica’))
CustomKeywords.‘keywordPrueba.CustomFunction.clickUsingJS’(findTestObject(‘Page_Inicio/a_Ingreso y Validacin de Resultados’),
30)
WebUI.waitForPageLoad(5)
Any suggestions?