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