how to set kendo dropdown value in katalon studio
The goal is to perform a google search and simple html dropdown interaction
WebUI.waitForJQueryLoad(30)
((DriverFactory.getWebDriver()) as JavascriptExecutor).executeScript('$("#disciplineId").data("kendoDropDownList").select(1);')
The above does not interact with the dropdown, am i missing something?
Aucun commentaire:
Enregistrer un commentaire