form filling problem

Support
  • I am trying to open an account on a website with the bot I wrote.

    When the bot fills out the form on the website, the account is not opened.

    However, after checking the browser with f2 in registration mode, manually filling in the username entry in the form and continuing the bot, the account opens without any problems.

    This is an interesting problem. Anyone have any ideas or advice?

    Note: I am using mobile proxy and fingerprint.

  • @caras269 said in form filling problem:

    I am trying to open an account on a website with the bot I wrote.

    When the bot fills out the form on the website, the account is not opened.

    However, after checking the browser with f2 in registration mode, manually filling in the username entry in the form and continuing the bot, the account opens without any problems.

    This is an interesting problem. Anyone have any ideas or advice?

    Note: I am using mobile proxy and fingerprint.

    Most likely, the algorithms of the scripts on the page determine you as a bot based on user behavior. Try adding more actions unrelated to the goal to the script logic.

  • @Fox
    Thank you for your answer.

    my bot has a total of 992 lines. I know the limit is 1000. Is this information wrong? my bot is below 1000 row count.

    My bot fills the form completely like a human.

    Try adding more actions unrelated to the goal to the script logic.

    you wrote this., what actions would you recommend I add, can you explain it or give an example?

    Do you have any other suggestions or recommendations?

  • @caras269 said in form filling problem:

    @Fox
    Thank you for your answer.

    my bot has a total of 992 lines. I know the limit is 1000. Is this information wrong? my bot is below 1000 row count.

    My bot fills the form completely like a human.

    Do you have any other suggestions or recommendations?

    In BAS, there is no limit on the number of lines of code in the script source, and there is also no limit on the number of actions in the script.

  • Sorry, I misread your first answer.

    Try adding more actions unrelated to the goal to the script logic.

    you wrote this., what actions would you recommend I add, can you explain it or give an example?

  • @caras269 said in form filling problem:

    you wrote this., what actions would you recommend I add, can you explain it or give an example?

    Let your bot go not to the registration page, but to the title page of the site and from there it clicks to the registration page. Let your bot navigate through different pages of the site, click on different buttons, search for something in the search, etc.

  • thank you for your reply i will try