0
Expensive,
I am trying to select an option in a select with the following code and am unable to find a solution.
I can locate the element, but not tell it to select X option.
I’m tracing with the following code:
driver.findElementByXPath("//*[@data-ng-model='passoUmCtrl.model.protocoloAtivo.relacionamento']")
How can I select an option?