How to select a value from dropdown (combobox) of web page

No. You should not pass ‘*’. You have to pass the variable where the text value of the company is stored.

Your selector should be like this,
"<html app='chrome.exe' title='Credit ratings history' /><webctrl aaname='"+company+"' tag='A' />"
Here company is your string variable under which that value is stored.

image

Let me know if works.

Thanks,
Rammohan B.

2 Likes