Jump to content
UBot Underground

Problems With Simple Dropdown


Recommended Posts

Hello together,

my Name is Peter and im new to UBot. Im testing it, cause im an User of Zennoposter, and i think UBot will be an better alternative Program. So i first bought Standard Version, but thinking about buying Developer Version, cause i really like the compile Function of UBot.

So i started and be schocked that UBot have Problems with simple Dropdowns. Per Example at this Site:(Dropdown with Value "Herr" or "Frau") per example!

 

https://meinkonto.telekom-dienste.de/konto/registrierung/email/index.xhtml?&sid=email

 

What did i make false, or is it an Problem of Standard Version?

Thanks, and excuse my bad English.

Peter

Edited by mcsessen
Link to post
Share on other sites

navigate("https://meinkonto.telekom-dienste.de/konto/registrierung/email/index.xhtml?&sid=email","Wait")
wait for element(<id="form:title:title_label">,"","Appear")
change dropdown(<outerhtml="<select id=\"form:title:title_input\" name=\"form:title:title_input\" tabindex=\"1\" class=\"sl-title_input\"><option value=\"\">Auswählen</option><option value=\"1\">Herr</option><option value=\"2\">Frau</option></select>">,"Herr")
wait(2)
change dropdown(<outerhtml="<select id=\"form:title:title_input\" name=\"form:title:title_input\" tabindex=\"1\" class=\"sl-title_input\"><option value=\"\">Auswählen</option><option value=\"1\">Herr</option><option value=\"2\">Frau</option></select>">,"Frau")

Give this a go

 

Edit

 

I forgot you don't have code view with the standard edition

so save the code as a .txt file

Then right click on it and compress it as a zip file

Then rename it to a .ubot file

Now you can open it in ubot

 

 

Link to post
Share on other sites

OS:Windows 8
Total Memory:< 1Gb
Framework:v3.5
License:Standard Edition

Could be your .net ubot studio 5 needs version 4 I believe

 

Or could possibly be your language settings if you are viewing the site with none English characters as this looks like a  Germany

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...