Navigation

    OpenIAP

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Can i use openRpa for scraping from a chrome extension

    General Discussion
    openrpa
    2
    3
    121
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gönül Çağatay last edited by

      Hello,

      I use openRpa for scraping from a website. I am using Chrome.
      I need to scrape also from a chrome extension that will work on that website.
      I tried to do this both with get elements for Windows and Chrome but i couldn't get the variables.

      Can i use openRpa for scraping from a chrome extension?

      Allan Zimmermann 1 Reply Last reply Reply Quote 0
      • Allan Zimmermann
        Allan Zimmermann @Gönül Çağatay last edited by Allan Zimmermann

        No, sorry. The openrpa extension does not have permission to do that.
        Using windows get element does not work by default, but you could play around with enabling accessibility in chrome by starting it with the following command-line parameter:
        --force-renderer-accessibility

        1 Reply Last reply Reply Quote 0
        • G
          Gönül Çağatay last edited by Gönül Çağatay

          Hello Allan,

          Thank you for your reply.
          And also thank you for creating this amazing software.

          Let me explain my problem more.
          My chrome extension gives more data about a product in Amazon.
          When i enable it, it shows more data embedded in the web page.
          Here is the form that is shows. I am able to press this blue button with OpenRpa.

          amaz1.JPG

          After the button is pressed, i can see the estimated monthly sales value like this. I want to get this value.

          amaz2.JPG

          I tried to get this value with both get elements for Windows and Chrome but i couldn't get it.
          I am new in OpenRpa (using for 3 days) and i think if i can get more help, i can get this value.

          When i try it with get elements for Windows, i can get the value for the product. But when i open another product, i can't get it.

          amaz3.JPG

          As you can see from the screenshot, i get the item.name and name value change when i open another product, so i can't get the value. I couldn't get the value by using another value rather than item.name because there is no other variable.

          When i try it with get elements for Chrome, i can't find the right div parameter, so i can't get the value.

          amaz4.JPG

          I try to do it but i don't know how to configure selector yet.
          When i press select button, it selects the complete container and i can't get the value. I add another get element inside the first one, but i still can't get it.

          Thanks

          1 Reply Last reply Reply Quote 0
          • First post
            Last post