Select Item not working

Scenario: Select item with the same selector sometimes working and sometimes failing and gives error " The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) "

Steps to reproduce:

Current Behavior: Select item failing with error message The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

Expected Behavior:

Studio/Robot/Orchestrator Version: 2018.2.3

Last stable behavior:
Last stable version:
OS Version:Win 7 Enterprise
Others if Relevant: (workflow, logs, .net version, service pack, etc):

Hi @S64ssab1
Can you explain in details ? What you want to get using Select Item so it will be helpful to understand.
Thanks & Regards

Hi,

Can you help us with the selector for select item.

Hi @S64ssab1

Please ensure whether that field is a drop down list box and element has the tag “SELECT”.

I hope that is not a complete drop down list box and if not try using a click activity with a simulate property and pass the value to selected in a selector as a variable.

Thanks