Selenium click node problem

Hello, @qqilihq
help with Selenium click node problem. When the browser is open for the next page, Chrome clicks 10 pages forward. This did not only work on the test page, but also on another page today. It needs to be checked. Instead of the next page, it clicks 10 pages at once and goes to a forward page. It seems like it is making many wrong clicks.

example page : https://www.eprocure.gov.bd/resources/common/StdTenderSearch.jsp?h=t

Dear umut,

please attach a minimized example workflow for this behavior which I can just “replay” locally.

Many thanks!
Philipp

1 Like

TEST_Bangladesh_cptu.gov.bd_project.knwf (926.7 KB)
Hello Philipp, it usually does not cause an IP problem but I wanted to write because I was living in a different source yesterday. If you have problems opening the page, you may need to test the page with a VPN and a different country IP address. Some countries may have access restrictions based on IP.

In addition, both scenarios, including and excluding the find element, worked the same way by skipping.

Best regards

@qqilihq Hello Philipp, did you have time to check?

1 Like

Hey Umut,

the Find Elements node which is supposed to extract the “Next” link seems to extract not only one, but many matches.

I suggest to:

  1. Fix the CSS selector, and/or
  2. enable the “Extract first match only” setting in the Find Elements node.

Hope that helps!
Philipp

2 Likes

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