Search changing between Next Page Selection

I am attempting to follow this tutorial. However, when selecting the next page it will randomly change the product search to the default/auto populated search. This is roughly at the 32:00 minute mark in the video.

image

Hi @Joshua_Evans
can you clear your requirement?
regards,
LNV

@Joshua_Evans

So you mean when you click next the search is changing and different products are coming up?

Is it same behaviour manually as well? If yes then thats a site issue…if no then the selector might be clicking else where

Cheers

@Anil_G

It is definitely the selector. This is the properties of the Click Activity:

And every time it gets to about the third page of the search results it will click the “Search” button instead of the “Next Page” button.

Hi @Nguyen_Van_Luong1

I’m sorry, I know this may seem like a very basic question, but what do you mean by requirement? I looked for a field in the properties with that title and don’t see anything.

Thanks

@Joshua_Evans

Please indicate next button and also in the selector target method use only strict selector and remove computer vision or anything else

As shown in the video you have to open ui explorer and find the next button selector which is static…currently what you are using is very dynamic one

When I say static use the center top and roght top windows from the ui explorer and find a combination of properties which identify only next and without any number in the selector

It can be something like this

<webctrl tag='I' class='*fa-angle-right' />

This is just an example …I replaced * inplce of dynamic content just to be sure

Cheers

@Anil_G

That fixed the problem I was having. Thanks for your help.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.