Python Forum
Problem with Web Cursor and Chrome Extension Interaction During Web Scraping
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with Web Cursor and Chrome Extension Interaction During Web Scraping
#1
Hi, I’m working on a web scraping project using Python and I'm encountering an issue when using a Chrome Extension to interact with the page. Here’s the scenario:

I’m scraping a website and using the Chrome Extension to interact with the page. Once the extension is done performing its task, it clicks on the page and redirects to a second page. This part works fine.

However, the first page requires the cursor to be moved while the extension is interacting with the page. To solve this, I’m using the human_cursor (or any other web cursor library), and it works sometimes. But here’s the problem:

Sometimes, when the cursor is moving and the extension finishes its task, the page redirects while the cursor is still moving. This results in losing control of the page, and I can't extract data from the second page.

Here are the things I’ve tried to solve the issue:

Only moving the cursor when the page is finished loading: This didn’t solve the issue, as it doesn’t detect and stop the cursor fast enough. I also don’t have control over when the extension is done.

Using the system cursor instead of the web cursor: This solves the problem but limits my ability to use multi-threading, which I need for this project. I need to make the web cursor work for this.

Using Action Chains for testing: I’ve also tested using Action Chains to move the cursor, but I encounter the same issue.

I have limited control over the extension, and I can’t integrate its functionality directly into Python due to CORS and other limitations.

As a beginner in Python, I’m not sure how to tackle this problem efficiently. Could anyone point me in the right direction or suggest a better approach?

Thanks in advance!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  web scraping problem jacksfrustration 1 622 May-30-2024, 04:22 PM
Last Post: Pedroski55
  Help with cursor in terminal river251 2 1,156 May-23-2024, 10:40 AM
Last Post: perfringo
  Problem with scraping the Title from a web page Wagner822 0 1,214 Jun-29-2022, 11:31 PM
Last Post: Wagner822
  Cursor Variable inside Another Cursor . CX_ORacle paulo79 1 2,196 Apr-09-2022, 10:24 AM
Last Post: ibreeden
  Selenium Chrome error Leo_Red 2 2,493 Nov-05-2020, 02:40 PM
Last Post: Leo_Red
  How to make chrome extension in python? Hassibayub 1 3,362 May-06-2020, 04:17 PM
Last Post: DeaD_EyE
  Odd Python / C Library interaction embedka 0 1,892 Oct-09-2019, 12:21 PM
Last Post: embedka
  RTL_Power interaction 25141928 0 2,099 Apr-08-2019, 07:26 PM
Last Post: 25141928
  Building a class for sqlite3 interaction Nuzvee 5 4,385 Jan-29-2019, 06:47 AM
Last Post: Nuzvee
  Chrome Extensions austinr 0 2,658 Sep-21-2018, 05:22 AM
Last Post: austinr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020