• Categories
  • Recent
  • Popular
  • Users
  • Search
  • FingerprintSwitcher
  • CustomServers
  • AutomationPlugins
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Bablosoft

    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    Load new posts
Log in to post
  • R

    Touch events

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    6 Posts
    792 Views
    f0cusF

    @UserTrue Gecko?

  • C

    Need Tor feature for each thread

    Scheduled Pinned Locked Moved Feature request
    1 Votes
    4 Posts
    867 Views
    C

    @Katant said in Need Tor feature for each thread:

    @cadmaster https://github.com/katant/BAS.Tor

    btw I dont have Tor in BAS

  • G

    Parse string between left and right

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    4 Posts
    726 Views
    FoxF

    @gudolik said in Parse string between left and right:

    @GhostZ said in Parse string between left and right:

    @gudolik, Just use XPath to get attribute "value".

    Example:

    //input[contains(@name, 'VIEWSTATE')]/@value

    Returns empty already tried that, must use regex to get as xpath returns empty. But this is just a suggestion to make things easier not an issue

    What you described is easily accomplished using regular expressions, without an additional tool
    https://regex101.com/r/LBhoEi/1
    ed950b06-a45d-42e4-9a2a-9fdd822a0266-изображение.png

    But @GhostZ said the right solution. For parsing html pages it is better to use xpath. If the specified solution does not work for you, show where and how you apply it.

  • R

    Tracking browser data usage for each thread

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    1 Posts
    543 Views
    No one has replied
  • R

    Allow adding random sleep between keypresses

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    4 Posts
    768 Views
    R

    @Fox Thanks no idea how i missed that!

  • blahzayB

    Easy integration with programming languages

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    2 Posts
    730 Views
    OminiO

    Yes it's possible

  • cparonnyC

    Open Multiple Tab

    Scheduled Pinned Locked Moved Feature request
    1 Votes
    5 Posts
    988 Views
    cparonnyC

    @GhostZ said in Open Multiple Tab:

    @cparonny, use multiple times = profit.

    I need to open all Url At the same time so add tab Command is not working for me

  • H

    Upgrade NodeJS to current stable version

    Scheduled Pinned Locked Moved Feature request
    4 Votes
    1 Posts
    396 Views
    No one has replied
  • M

    Remove all BaS references in build

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    5 Posts
    1126 Views
    G

    @MikeV Agree with you, lost couple customers that because they saw its made in BAS. Some customers would not like to see bots made in Automation software others will just ask some "script kiddies" to rebuild for cheaper the bots

  • G

    Add Gecko Driver to browser

    Scheduled Pinned Locked Moved Feature request
    2 Votes
    1 Posts
    574 Views
    No one has replied
  • A

    Check if a proxy uses MITM (Man in the middle) Attack by checking SSL Certificates like Firefoxs OCSP Check

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    1 Posts
    559 Views
    No one has replied
  • J

    New Proxy parse settings

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    2 Posts
    1221 Views
    A

    @jemkein I think you should ping this domain by Windows CMD, then get IP address of this domain.

  • R

    RANDOM HISTORY GENERATOR

    Scheduled Pinned Locked Moved Feature request
    2 Votes
    4 Posts
    1094 Views
    A

    My solution for this case. I think it working.

    Load Resource to List Call Foreach Loop then Load URL by Browser
    fe4f4ed3-6d0c-4799-892f-91c57811133f-image.png Edit Load function then disable Wait Full Page Load option
    60690ab4-3040-4985-8519-12756df3e175-image.png Sleep 500ms or whatever you want.
    f434f896-0760-4e97-be08-e3b3bc5482ac-image.png
  • C

    Adding extentions capability & use updated versions of chrome that sticking with a very old version

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    7 Posts
    1416 Views
    R

    Random extensions in browser would be amazing

  • S

    Error ignore all

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    2 Posts
    470 Views
    FoxF

    @samlol said in Error ignore all:

    We need an option to ignore all errors. Currently we have an ignore errors option but once we catch a single error within the ignore error blocks the script ignores all the remaining steps inside the ignore error blocks. This is very inconvenient if you have a big script and you know that you will catch errors at multiple steps so in order to avoid having the script stop running you have to create multiple ignore error blocks and put only 1 step inside each of them. Hence why we need an ignore all errors options, so we can put multiple steps inside the ignore error blocks and not create multiple blocks for each step of the script.

    This will not be done. "Ignoring errors" was implemented so that the error could be handled. If you skip all errors, where will the script logic lead you?

  • Q

    New recaptcha funcionality

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    2 Posts
    939 Views
    FoxF

    @qualkitytraderrr said in New recaptcha funcionality:

    You should implement fast recaptcha solving method explained there.
    https://anti-captcha.com/clients/help/fastrecaptcha
    It works also on 2captcha antigate and rucaptcha.

    This has long been implemented through the action "Execute code"
    https://community.bablosoft.com/topic/7053/решение-recaptcha/6

  • OminiO

    System Path (Very important)

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    2 Posts
    940 Views
    FoxF

    @darkstone said in System Path (Very important):

    I hope that you add some options to get (Desktop Path), (Temp Path), (Document Path) that is really easy to programming it but very useful.
    Also Solve a problem with current Project Path and let it give us a path for the actual exe file not which it compiled by BAS not the FastExecutionPath.

    To do this, you can use the environment variable:

    @echo %USERPROFILE%

    0_1561108400466_a14c288c-597b-4c9c-bddc-ec2ea6b34831-изображение.png

    0_1561108450306_24938e29-b57e-4d12-80e5-875ba265cba3-изображение.png

    test script

  • S

    SMS SERVICE

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    1 Posts
    909 Views
    No one has replied
  • D

    Function for mouse movements

    Scheduled Pinned Locked Moved Feature request
    0 Votes
    3 Posts
    1488 Views
    D

    Thank you very much, sorry because i do not finding it more thoroughly

  • T

    MySQL global Integration - Глобальная интеграция MySQL

    Scheduled Pinned Locked Moved Feature request
    1 Votes
    6 Posts
    2276 Views
    KiMoOK

    @fox as well as with MySQL or any DB that has a module for nodejs.

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Popular
  • Users
  • Search
  • FingerprintSwitcher
  • CustomServers
  • AutomationPlugins
  • Login

  • Don't have an account? Register

  • Login or register to search.