Jump to content
UBot Underground

Search the Community

Showing results for tags 'submit'.

  • 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. Hi iget a problem ti click submit button on pinterest login. i can not find the submit button. is there any advice to do it? navigate("https://www.pinterest.com/login/?referrer=home_page","Wait") wait for browser event("Everything Loaded","") wait for element(<email field>,"","Appear") set(#GoogleSiteKey,$scrape attribute(<src=r"https://www.google.com/recaptcha/api2/anchor?.*">,"src"),"Global") set(#GoogleSiteKey,$find regular expression(#GoogleSiteKey,"(?<=https://www.google.com/recaptcha/api2/anchor?.*?=.*?=).*?(?=&.*?=)"),"Global") clear lis
  2. I am trying to submit an article in an article directory. after filling all the data i am trying to press the submit button, but no response. doing it manually with the same data is ok. anyone can help me solve this? thanks here is the code for login and submitting an article clear cookies navigate("http://www.articles.co.il/Members_login", "Wait") wait(2) wait for browser event("Everything Loaded", "") navigate("http://www.articles.co.il/Members_login", "Wait") wait(2) change attribute(<name="email">, "value", "dodikgalit85@walla.co.il") wait(2) change attribute(<name="pas">
×
×
  • Create New...