Aupe
(Raymond)
March 26, 2019, 5:07am
1
Hi,
in our Ticket System page i have many ticket to (Click) edit , page look like this
to edit ticket i have to open one by one and click Edit, Please see pic.
of course i used click method to implement this ,
but , upon looping the automation, Only 1 Ticket is Processed .
and all because of click activities Only Specific ticket is Mention.
how to do this ?
Aupe
Hello,
You have to find all the tickets present in the screen using Find Children activity and then using each element you have to click them. And i can see that each ticket has its own url if then you can scrape the url using Extract Structured Data and then navigate to them and edit your tickets.
lakshman
(Ganta lakshman)
March 26, 2019, 5:12am
3
@Aupe ,
ignore ‘Title’ and then check it.
Aupe
(Raymond)
March 26, 2019, 5:25am
4
hi @iakshman
can’t when i run the uipath , he do nothing
Aupe
(Raymond)
March 26, 2019, 5:25am
5
hi ,
can you show me how to do it,
lakshman
(Ganta lakshman)
March 26, 2019, 5:27am
6
@Aupe ,
Is the screen opened in back ground or not ?
Aupe
(Raymond)
March 26, 2019, 5:31am
7
hi @Iakshman
what do you mean
lakshman
(Ganta lakshman)
March 26, 2019, 5:33am
8
@Aupe ,
After removed the title, you are trying to validate the selector na. So, am just asking whether that browser screen was opened or not ?
Click on UiExplorer and then try with some other attributes and try to make selector dynamic.
kaluri
(Yuvakishore kaluri)
March 26, 2019, 5:35am
9
Hi @Aupe ,
Try this selector once,
Use the unique & other attributes, if the above one is not working
If you are trying to click the Edit button which is not visible on the screen, use type into with simulate click checked
Aupe
(Raymond)
March 26, 2019, 5:42am
10
i tried different ticket# uncheck title , and delete ticket#
but he do nothing
and has error
lakshman
(Ganta lakshman)
March 26, 2019, 5:45am
11
@Aupe ,
Try @kaluri solution once. If it is not working then show me two or three tickets selectors . Based on that we will make dynamic selector.
Aupe
(Raymond)
March 26, 2019, 5:49am
12
hi @kuluri ,
validation is wrong in uipath
kaluri
(Yuvakishore kaluri)
March 26, 2019, 5:52am
13
Share me screenshot of UiExplorer with the attributes and the HTML tree (Ui Elements)
Aupe
(Raymond)
March 26, 2019, 5:52am
14
3 sample selector in diff ticket#
1st
2nd
3rd
Aupe
(Raymond)
March 26, 2019, 5:54am
15
3 sample selector in diff tickett#
1st
2nd
3rd
kaluri
(Yuvakishore kaluri)
March 26, 2019, 5:58am
18
Uncheck the CSS-selector and selector other attributes.
Use different attributes which you will find on the right side of uiexplorer tool. You can check and uncheck the attributes.
Refer to below screenshot:
1 Like
VirajN
(Viraj Nalawade)
March 26, 2019, 5:58am
19
try this
<html app='chrome.exe' title="Ticket*'/>
<p><webctrl css-selector='body>div>div>div>div>div>div>div>span;a;i></p>
1 Like
system
(system)
Closed
March 29, 2019, 5:58am
20
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.