Jump to content
UBot Underground

Exbrowser Xpath Google Dropdown Nightmare!


Recommended Posts

Hi,

 

I am trying to create a Google account using Exbrowser. However, I can't select a dropdown and make it work. It simply says: You can't leave this empty.

 

I have tried everything I can think of. But I can't get it to stick when it selects a month for your birthday.

 

Here is the code:

 

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://accounts.google.com/SignUp?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3Ftab%3Dwm&ltmpl=default")
wait(0.5)
plugin command("ExBrowser.dll", "ExBrowser Click", "<id=\":0\">")
wait(0.5)
plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "<id=\":3\">")
plugin command("ExBrowser.dll", "ExBrowser Click", "x://*[@id=\':3\']")

 

Thanks

Link to post
Share on other sites

Hi,

 

I am trying to create a Google account using Exbrowser. However, I can't select a dropdown and make it work. It simply says: You can't leave this empty.

 

I have tried everything I can think of. But I can't get it to stick when it selects a month for your birthday.

 

Here is the code:

 

plugin command("ExBrowser.dll", "ExBrowser CleanUp")

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "")

plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://accounts.google.com/SignUp?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3Ftab%3Dwm&ltmpl=default")

wait(0.5)

plugin command("ExBrowser.dll", "ExBrowser Click", "<id=\":0\">")

wait(0.5)

plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "<id=\":3\">")

plugin command("ExBrowser.dll", "ExBrowser Click", "x://*[@id=\':3\']")

 

Thanks

 

Hi.

I think you already posted this in the ExBrowser thread as well. I think 1 post per topic should be enough.

But please try what TJ said. And there are some more replies in the other post as well.

 

It's definitely working. It's just due to correct coding. 

 

Cheers

Dan

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...