Code Monkey home page Code Monkey logo

Comments (3)

Kholid060 avatar Kholid060 commented on May 13, 2024

You can use the Loop data block to do this task. Make a workflow that looks like this

Trigger > Loop data block > New tab > Click element > Loop breakpoint block

  1. At the Loop data block click edit, at the selection select "Custom data", click insert, and insert your list of links like this
    ["https://github.com/1", "https://github.com/2", ...]
    or import your CSV file if you have one.
  2. At the URL input new tab block write {{ loopData@loopID }}, you can find the loopID when you edit the Loop data block.
  3. And in the Loop breakpoint block input the `Loop ID.
  4. Execute it, and when it reaches the Loop breakpoint. It will start from the new tab until the last link.

Note: if you see a hyphen (-) or underscore (_) symbol in the Loop ID when you edit the Loop data block, make sure you delete it.

from automa.

Chokeey avatar Chokeey commented on May 13, 2024

Thanks, boss,

It works like butter. One thing can you make workflows able to interact with extensions. For example, I am trying to get my workflow to work with Metamask, I can go to 'chrome-extension://rreghur8nghue81g3j59ndn19/home.html' but the extension doesn't realise this page as a webpage, even though this page does have elements to interact with. For example, the feature that allows you to copy elements doesn't work.

from automa.

Kholid060 avatar Kholid060 commented on May 13, 2024

The extension doesn't have access to a URL that starts with chrome-extension:// or chrome:// that's why it doesn't work

from automa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.