Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nodes-base): Add Airtop node #13809

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

cesars-gh
Copy link

Summary

Adding Airtop node with the following operations:

  • Session
    • Create session
    • Save profile on termination
    • Terminate session
  • Window
    • Create a new browser window
    • Load URL
    • Take screenshot
    • Close window
  • Extraction
    • Query page
    • Query page with pagination
    • Smart scrape page
  • Interaction
    • Click an element
    • Hover on an element
    • Type

This PR includes unit tests for node operations and util functions.

PR for updating documentation:
n8n-io/n8n-docs#2952

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@n8n-assistant n8n-assistant bot added community Authored by a community member node/new Creation of an entirely new node in linear Issue or PR has been created in Linear for internal review labels Mar 10, 2025
@Joffcom
Copy link
Member

Joffcom commented Mar 10, 2025

Hey @cesars-gh,

Thanks for the PR, We have created "GHC-1134" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/new Creation of an entirely new node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants