Harsha.P
(Harsha)
July 23, 2020, 12:59pm
1
Hello,
i need to verify the delete image/icon exist or not in row by row(in the table present in SAP). with respect to dropdown list,(in dropdown we have n numbers of items).
for each item in dropdown, we need compare Delete icon present or not(in the table present in SAP.
can we achieve this?, Please help …[SAP2|559x203]
strong text
2 Likes
Harsha.P
(Harsha)
July 23, 2020, 5:11pm
3
Hello @Pradeep_Shiv
I tried with the data scrapping but unable to check Delete Icon
Delete icon was not capturing in table(Data scrapped)
Srini84
(Srinivas Kadamati)
July 24, 2020, 6:42am
4
@Harsha.P
Share the selectors of delete icon, in material - 267960
Thanks
Harsha.P
(Harsha)
July 24, 2020, 7:07am
5
Hello @Srini84
Here is the selectors of delete icon -in Item 10 & Material - 267960 (Del Icon presen t)
Harsha.P
(Harsha)
July 24, 2020, 7:11am
6
Hello @Srini84
Here is the selectors of delete icon -in Item 60 & Material - 267960 (Del Icon Not present )
1 Like
Srini84
(Srinivas Kadamati)
July 24, 2020, 7:49am
7
@Harsha.P
IF there is no Icon then the statusICON[0,0] If there is statusICON [0,1]
accordingly you can build your automation
Thanks
1 Like
Harsha.P
(Harsha)
July 24, 2020, 8:21am
8
Thanks @Srini84
please guide how to verify these selectors(what activities can be use ?)
Srini84
(Srinivas Kadamati)
July 24, 2020, 8:24am
9
Harsha.P:
n be use ?)
Use Element Exists Activity to check
Indicate the element that Delete icon enabled one
If exists it will give true, then declare a variable as below
btnDelete = “True” / “False”
By this you can continue your logic
Mark as solution if this helps
Thanks
Harsha.P
(Harsha)
July 24, 2020, 10:45am
10
Thanks for the guidance @Srini84
its getting true for both scenarios(Del icon present and not present) .
And also i need to check Del icon row after the row.
Srini84
(Srinivas Kadamati)
July 24, 2020, 11:06am
11
@Harsha.P
Oh ok, Then Use Get Attributes Activity and Choose Visibility
Hope you will get some solution with that
Thanks