In the from currency type EUR or EUR - Euro which ever works for you.
In the to currency type INR or INR - Indian Rupee which ever works for you.
Click Convert button.
Display the Converted amount in message box.
I tried many things but I am unable to go through steps 3 & 4.
Click & Type Into does not seems to be working for me.
Click, Type Into & Send Keys does not seems to be working.
Recording does not seems to be working for me as well.
Alternatively, you could use “Navigate to” activity and go directly to the result page using the query parameters. Construct the url using String.Format method.
Declare the amount, currency to and currency from as input arguments, while the converted value will be an output argument. This way the workflow can be reused for different currencies.
<html app='chrome.exe' title='XE: Convert EUR/INR. Euro Member Countries to India Rupee' />
<webctrl parentid='from_scroller' tag='LI' aaname='USD - US Dollar' idx='1' />
try passing variable at <aaname=' currency val'/>
sorry if you already tried and you don’t want to do in this way
vvaidya, I checked your solution and I think what I was missing was ClickBeforeTyping option which was causing issues for me. Whatever I was trying was getting overridden by the default behavior of