Other

Bypass

Node Bypass được thiết kế để tự động vượt qua Capcha Cloudflare

Sử dụng

  • Timeout: Thời gian chạy Node để giải Cloudflare. Thời gian có thể để 5 - 10s

Cmd

Node Cmd is designed to interact with the computer's Command line.

Use

  • Command: Enter the Cmd command you want to run

  • Output:

    • Select Output Pattern to use Regex to find the corresponding string

    • Select Output Variable to be the data that has been matched based on the Regex above

    After completing the above steps, you can press Test first to see if the result is correct and edit it to your liking

Log

Node Log is designed to write logs to the Genlogin log section.

Use

  • Log: Enter the content you want to log

Disconnect

Node Disconnect is designed to suspend the Titan browser controller. Used to bypass Antibots like Cloudflare

Use

  • Timeout before reconnect: The time it takes to disconnect before reconnecting

Update tag

Node Update tag designed to update tags for Profiles

Use

  • Mode:

    • Select Task run profile to attach Tag to the profiles displayed in the Task section

    • Select Profile to tag and note the Profile on the main page displaying the profile.

  • Tags: Tag content you want to write out

  • Note: Note content you want to write out

Get tag

Node Get tag designed to retrieve existing Profile Tags

Use

  • Mode:

    • Select Task run profile to get the Tag of the profiles displayed in the Task section.

    • Select Profile to get Profile Tag on Home Page

  • Output Variable: Select the variable you want Tag to write to.

Profile notes

Node Profile note designed to be taken out or written into the Notes section of the Profile

Sử dụng

  • Mode:

    • Select Get to get Notes of Profiles

    • Select Update to update the Note to the profiles.

  • Output Variable: Select the variable you want Note to pull data from or write to.

Node Image search designed to search for images in the browser

Use

  • Input base64 image: Paste the image link in Base64 format. To get it, you can use Extension Element Helper crop section to cut or use Extension Image Capturee

  • Threshold: The image region that Node will search

  • Algorithm: Image search algorithm

  • RGB: RGB is color, if ticked it will search for color images better, if off it will search for black and white text faster

  • Index image (default first match): index image to get (default first)

  • Image preview: The preview image you are looking for

  • Target position (default center): find point, 1 shape has 9 points, point 5 is the middle

  • Advanced

    • Click: Click on the image

      • Output variable (Optional)

      • Time holding mouse down before release (seconds)

    • Do nothing

Screenshot

Node Screenshot designed to capture the browser screen

Sử dụng

  • File name: Image nameh

  • Folder output: Link Folder will save the image to

Clipboard

Node Clipboard designed to use the clipboard function on a computer, which functions as a temporary data storage buffer

Use

  • Coppy: Copy the value of the variable into

  • Paste: Paste the current value of the Clipboard into the browser

  • Assgin clipboard to a variable: Attach clipboard value to a variable

Switch Frame

Node "Switch Frame" used to transfer into Frame for interaction

Use:

  • Frame:

    • Subframe: Switch to frame

    • Main fram: Back to main page

  • Select type: Select method to determine click location:

    • Selector: Select an element based on a selector such as XPath, CSS, or Text of the frame

Switch Page

Node "Switch Page" used to navigate to a child Page for interaction

Use:

  • Frame:

    • Page: Switch to Page

    • Main page: Back to main page

  • Match pattern includes in page url: Select a part of the link in the link of the child page you want to interact with.

  • Matched index: Page numbers if multiple identical child pages are found

Switch Extension Popup V2

Node "Switch Extension Popup V2" used to switch to Popup for interaction

Use:

  • Page:

    • Popup: Go to popup to interact

    • Main page: Back to main page

  • Match pattern includes in page url: Select a part of the link in the Popup link that you want to interact with.

  • Matched index: Page numbers if multiple identical child pages are found

Trigger Extension

Detailed instructions:

Dialog/Alert

Node "Dialog/Alert"used to close the browser dialog

Use:

  • Action for Dialog:

    • Yes: Agree to close

    • No: Disagree to close

Note: This node will be used before the Dialog appears.

Sleep

Node "Sleep" used to close a wait for a period of time when writing an automated program

Use:

  • Options:

    • Fixed time: Fixed waiting time 1 number

    • Random: Random wait time in range

  • Seconds: Enter the amount of time here, in seconds

If

Detailed instructions: https://www.youtube.com/watch?v=d259qhD7nzU&list=PL4_37fLYYscNbX1m0rdqj6sC-E4sPaR35&index=8

Eval

Detailed instructions: https://www.youtube.com/watch?v=w5_Fq1pHhTg&list=PL4_37fLYYscNbX1m0rdqj6sC-E4sPaR35&index=9

Javascript

Loop

Detailed instructions: https://www.youtube.com/watch?v=d259qhD7nzU&list=PL4_37fLYYscNbX1m0rdqj6sC-E4sPaR35&index=8

Loop V2 - Break loop

Detailed instructions: https://www.youtube.com/watch?v=d259qhD7nzU&list=PL4_37fLYYscNbX1m0rdqj6sC-E4sPaR35&index=8

Emulate

Detailed instructions: https://www.youtube.com/watch?v=d259qhD7nzU&list=PL4_37fLYYscNbX1m0rdqj6sC-E4sPaR35&index=8

Comment

Node "Commnet" designed to take notes during automated writing

Use:

  • Options: Enter note content here

Stop

Node "Stop" used to close the browser when writing automation

Use:

  • Stop browser: Uncheck this, after the browser finishes running automatically, it will not close but will keep the browser running.

Last updated