Accruent / robotframework-zoomba

Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.
https://accruent.github.io/robotframework-zoomba/
Apache License 2.0
143 stars 35 forks source link

Select From Search Field #419

Closed Minasyan1 closed 5 days ago

Minasyan1 commented 1 week ago

This is a Selenium keyword that that first waits for an element to be on the DOM, executes Focus on it, then it waits for it to be visible, clears it, and then inputs text. Subsequently, it selects the first item in the search dropdown.

coveralls commented 1 week ago

Coverage Status

coverage: 100.0%. remained the same when pulling eb5aad79b766352246921f1550a81e0777c76c86 on Minasyan1:Minasyan1-patch-1 into d92413ef90f32548fc2b1c2f03eb22201b00c76e on Accruent:master.

Wolfe1 commented 1 week ago

Hey @Minasyan1,

A few items that I would start with before we can do a full review: