Jump to content
UBot Underground

dongerkim

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About dongerkim

  • Rank
    Newbie

System Specs

  • OS
    Windows 7
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

664 profile views
  1. Hey, thanks for your help guys but i don´t get it My bot has the following table It enters a city from columm 0 for example Köln. After the bot entered Köln the website shows several options to choose from like Köln (Nordrhein Westfalen) Köln (Airport) and now my bot should click the option from columm 1 add list to list(%Stadt,$list from text($read file("C:\\Users\\Robert\\Desktop\\Städte.txt"),";"),"Delete","Global") add list to list(%StadtGenau,$list from text($read file("C:\\Users\\Robert\\Desktop\\StädteGenau.txt"),";"),"Delete","Global") add list to table as column(&Stadt,0
  2. Thanks for your fast help guys I now have another problem. I need to click an element on the site to choose a city. It works if i for example use this command click(<innertext="Köln (Nordrhein-Westfalen)">,"Left Click","No") but it doesn´t work if i use a variable like this click(<innertext="#StadtGenau">,"Left Click","No") This variable is definied like this set(#StadtGenau,$table cell(&Stadt,#Stadt,1),"Global") But if i use the ui text box the variable shows the text which needs to be clicked.
  3. Hey, i made the switch from winautomation to ubotstudio some hours ago and i already need some help I´m trying to create an account creator. I want to enter a random username for example Name1 but the bot always enters the complete list like this Name1Name2Name3. Namen.txt file looks like this Name1;Name2;Name3 clear all data navigate("https://de.websiteexample.com","Wait") wait for element(<full name field>,"","Appear") add item to list(%Namen,$list from text($read file("C:\\Users\\Robert\\Desktop\\Namen.txt"),";"),"Delete","Global") type text(<full name field>,$random list i
×
×
  • Create New...