Jump to content
UBot Underground

Search the Community

Showing results for tags 'input'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. I have a problem in reaching a field which is disabled until value in another field is populated. in the case below i need to chose a city name and after i choose one i should choose street name. but the street field is disabled although i choose the city name. anyone have any idea how to get to the street field? here is the example for this case navigate("http://www.govmap.gov.il/", "Wait") wait(1) click(<id="SelectAddress">, "Left Click", "No") wait(1) click(<name="Search1$lstCities$ctl03">, "Left Click", "No") type text(<name="Search1$lstCities$ctl03">, "ד", "Standard
  2. Within a loop, I'm using "$next list item" to type into an input box from a list. This causes the item to have a comma at the end of it. Example: "dog," How can I hit backspace to delete the comma before moving on with my script? I have tried typing {BK} and {Backspace} into the "Text to Type" field following the "$next list item", but that doesn't work. For reference, I have pro version 4. Thanks.
×
×
  • Create New...