Also the wait for exists. I was playing around and I think I might have to handle the first page differently. Put in an "If transaction=1. Thanks for your quick response. I’m signing off for now.
The bottom of pg.3 of the Yearly report as it relates to the Click and Wait for element to appear of the Process.xaml. I’ve had largely no success or maybe a one time run but not consistent. To be specific and paste something would actually be too general as several machinations have not worked. I had been stuck for days on a a single selector before and what I was given as a solution I could not replicate/generate the tags with my UIExplorer.
After doing several inspections it seems that I might have to put this in an IF/Then. One sequence for page one and then for the others. I started inspecting with IE and I get different results each time that vary dramatically
Pg. 1 format <webctrl aaname='1' tag='SPAN' /> <a class="page-numbers" href="/work-items/page-1">1</a>
or current page version <span class="page-numbers current">1</span>
Thanks! It works I just have to rework the state machine for this. I did have success with these standalone before but not in the context of the assignment.
I know but unfortunately I have spend 70% of my time is on 10% of process. Yes, its a good concept exercise for framework and orchestrator but the few snags are 70% of my mental focus not the tools. Once I’m done with L3 and cert I will dive deep into these snags which might be a quirk or a knowledge gap not covered in the very good but "happy path"of training videos.
I’ve been plagued with selector issues but they magically started working again without issue after a five day hiatus (they also worked about 10 days before when I unit tested). Do you know what could cause this issue?
I have the same issue. I did as the walkthrough shows me but when i debug, there was always false at the condiction. i also checked all imported argument. @nadim.warsi
hi @nadim.warsi .
I’m tried to follow your instruction above but it didn’t work, i read the walkthrough carefully but i could not find out how to do it right.
Please have a glance at my program.
Thank you assignment2.zip (1.6 MB)
I have tried the exact selectors however when I execute the workflow it always returns false for both current page and next page.
Selectors are below;
Current page: <webctrl aaname=' "+in_TransactionNumber+" ' tag='SPAN' class='page-numbers current' />
Next Page: <webctrl aaname=' "+(in_TransactionNumber+1).ToString" ' class='page-numbers' tag='A' />
Can you please let me understand where I am going wrong, I am doing this inside an attach browser activity. Also tried without attach browser activity.