Instructions here:
http://rpachallenge.com/
Update:
Hint - Anchor Base
Hi @jibanjyoti,
Your approach (keyboard automation) won’t work since the fields are dynamically changing their position and order. You may have Last Name, First Name, Email
or Email, First Name, Last Name
.
The hint is to uses the Anchor Based activity. The task is very difficult… especially since the Anchor is not yet documented :)).
Hi @badita,
i did the work and also tested.
i am attaching the code file for the dynamic web page challenge,
please find the attachment. DynamicUIElementSelect.zip (26.0 KB)
@beesheep: Why aren’t you posting here? That will be deleted :).
The winner is @ashis-kumar.singh. He managed to automate via selectors.
We’ll come back with a more difficult one. :))
@beesheep: your solution works too… but in the next version the coordinates of the inputs will change relative to the labels. Image automation should be avoided on web.
no one is using anchor base. waiting to see @andrzej.kniola
Regards…!!
…there’s no need now. Maybe in the next RPA challenge.
I thought the same about @andrzej.kniola LOL
Congrats to all that solved
Since it’s already solved might as well - attached AnchorBase solution (with ColumnName based selectors and a slight reduction in wait times).
100% accuracy.
Added a stopwatch - from pressing Start to last submission it measured 7460ms (7,5s - pretty nice) on my machine. Whole workflow with reading excel etc. completed in 19s.
AutomationChallenge1.zip (23.9 KB)
This one was relatively easy
@andrzej.kniola - I liked the stopwatch…something new I learnt.
Thanks.
PFA My workflow , first i tried using anchor base but in some cases it is failing(where the two labels are coming side by side) than i used dynamic selectors and it’s working fineMain.xaml (48.8 KB)
indent preformatted text by 4 spaces
Hello, has there been a change in the rpachallenge.com markup? The solution provided by @andrzej.kniola has stopped working for me
Probably. Though Anchor should still work in most of the cases.
Mix of @andrzej.kniola - column based selectors and @Jishnu_Kumar - dynamic TypeInto selector (without Click or Find Label Anchor) works pretty well and consistent with minimal activities. 12 seconds from Start to last submission
RPA-DynamicSelectors.xaml (16.2 KB)My success rate was 100% . Yay!
RPA Challenge 1.xaml (32.2 KB)
hello buddy, I to have the same question that any one had done this with Automation Anywhere, If yes please give me some suggestions that how can I proceed further to do this.
Thanks
Sarah John
Hello @ashis-kumar.singh , Thanx for your solution,
please Can you explain how you adjust the appropriate Dynamic Selectors as the selector is not available ?
Waiting for your reply!