Month click not work in ACME-Test Reports page

Hey,
I am following the Hints PDF of Generate Yearly Report for Vendor, in page13 I don’t know why the click Month doesn’t work. even I use many tags from UiExplorer, here is the code of selector:

"<html title='ACME System 1 - Reports - Download Monthly Report' /><webctrl aaname='" + In_Year + "' parentid='searchForm' tag='A' />"

I even you this one and it doesn"t work too:

"<html app='chrome.exe' title='ACME System 1 - Download Monthly Report' /><webctrl id='reportMonth' tag='SELECT' /><webctrl aaname='"+month+"' tag='OPTION' innertext='"+month+"' parentclass='selectpicker' />"

can someone pls figure out where the is the issue.


and my workflow looks like:

THanks

1 Like

Hi I think for selecting month u had to use two click activitiy

One to select the month main option

Second click activitiy with delay to select any options in the drop-down and make it dynmaic

Hope it helps you

Nived N :robot:

Happy Automation :relaxed: :relaxed:

@NIVED_NAMBIAR

Click on the Month and add another click to select the month

Hope this helps you

Thanks

@NIVED_NAMBIAR @Srini84 , THanks for your help. Unfortunately, I get the same error, and here is the gif explaining the result.


and workflow looks like: