rubyyx
January 18, 2021, 3:42pm
1
hi all,
I am doing the assignment 1, stuck for about 2 weeks at the stage where we are require to extract info from the work page, my selector keep giving me error. please advise how should i edit my selector in order for the process to run smoothly please help???
the selector i use for attach browser step
rubyyx
January 18, 2021, 3:43pm
2
the selector for attach browser is as showing below
nlee
January 18, 2021, 7:05pm
3
Hi @rubyyx ,
It looks like you are using Chrome, have you tried using internet explorer?
nv08
(Nilay Varshney)
January 18, 2021, 7:11pm
4
Try to have more attributes that are appropriate to build a reliable selector.
rubyyx
January 19, 2021, 4:10am
5
hello, yes I have also tried IE but stillhaving the same issue
rubyyx
January 19, 2021, 4:11am
6
hello, do you have any advise what type of attribute should be add?
nv08
(Nilay Varshney)
January 19, 2021, 4:12am
7
Open in ui explorer and see what other attributes are available to select from the list
Manish540
(Manish Shettigar)
January 19, 2021, 4:22am
8
Use this below selector in attach browser and check, @rubyyx
make title as → title=‘ACME System 1 -*’
rubyyx
January 19, 2021, 4:35am
9
but this will only be directed to the main page, I need to be directly to the work items page
Manish540
(Manish Shettigar)
January 19, 2021, 4:49am
10
If you want to directed to work items page then you can use “NavigateTo” activity. @rubyyx