When I am clicking on “Month” button of Reports - Download Monthly Report that time i am not able to select a particular month from “Month” Button of Acme system 1. Can anyone help me regarding these issue.
Take two click activities one is for clicking that month field box and another one is for selecting month from drop down list.
For second click, Pass below selector:
<webctrl aaname='"+month.ToString+"' parentid='searchForm' tag='A' />
Here, month is of type string array: month [ ] = {"January","February","March",...….}
Thanks for reply lakshman ,but i am still getting same problem like unable to select all month one by one from drop down month selector. Can you please help me.
Thanks for reply Palaniyappan,but i am still getting same problem like unable to select a month one by one from drop down month selector and i also check your code in IE and Firefox browser. Can you please help me.
Buddy If possible can i see your xaml or even the project in a zipped folder that would be helpful
Cheers
Ok Level3_Assignment2.zip (186.4 KB)
Hi Palaniyappan, Have you checked my assignment file whether it’s correct or wrong ? Please provide some solution on it.
hello @akashvish
1)use select Item activity target should be like that
<webctrl idx='1' parentid='searchForm' tag='SELECT' />
- month should be string array .value will be {“January”, “February”,“March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”}
for reference
don’t forget to attach browser activity at top of the activity
hope it helps
Thanks
Happy Automation
Thanks for your reply,I have used same method according to you but i am still getting such kind of error,
“Source: Select Item ‘BUTTON’ (Select Item ‘BUTTON’)
Message: Attribute not supported by the current UiNode.
Exception Type: UiPath.Core.ElementOperationException”
can you send only this workflow?
because for me its working
Thanks for reply, I have attached the 2 workflow(main,main(autosaved)) of my project, both are same and it doesn’t work in mozilla,IE.Can you please help me to add uipath extension in chrome.
Level3_Assignment2.zip (202.3 KB)
have you face any issue to inslated chrome extension??
go to start menu-> tools
hello @akashvish
what you do
in attach browser activity
your browser type is IE
your selector app is firefox.exe and the title is workitem page
you find month dropdown in workitem page but that is in Reports - Download Monthly Report’ /> page
my suggestion is make seperate workflow for releted task as define is walkthrogh provide in acedamy
operation in workitem page is workflow
operation in Reports - Download Monthly Report’ is seperate workflow
thanks
Hi Sandeep, Thanks for reply I have problem with Robot Framework and I am not aware with robotic framework. assignment 2 can be done with flowchart method ? If you have any document related to robotic framework. can you please send me ?
hello @akashvish
you can be done assignment 2 with flowchart method. but then there is no use /benefit of Level3 advance RPA developer course. in Academy.
in the academy site given material is sufficient. just follow given WalkThrough in the academy to complete the assignment
you can in youtube many videos available
like
Thanks
After searching throughout the forum,this helped me !