Jump to content
UBot Underground

Please Help Me With Xpath Selector For This Field...


Recommended Posts

Hi,

I am new to this community

I usually try to solve by my self the problems but this time i give up...

simple i cannot copy or scrape the generated email value from the upper field in this page:

temp-mail.org/

 

I usualy use Exbrowser so i need the xpath expression. I also use xpath builder pro for the same provider but no luck..

Can you help me?

Thank you

 

i tried:

//input[@class=mail opentip]

//input[@id=mail]

//input[contains(@id,'mail')]

//input[contains(@type,'text')]

//*[@id=mail]

and many many combinations.

I do not master xpath syntax , i only use what i have provided by the webdriver element locator addon of mozilla or by xpath builder pro. :(

 

I alsoo see that i can click with Exbrowser inside the field but i canot scrape..maybe i i have right the xpath expression but i do not have the right mthon for scrapping the element.

I use:

plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://temp-mail.org/ro/")
set(#upperEMAIL,$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@id=\"mail\"]"),"Global")
alert(#upperEMAIL)

 

i got as result an empty message

Edited by sheiku
Link to post
Share on other sites

try this one

set(#mail_id,$plugin function("ExBrowser.dll", "$ExBrowser Generic Xpath Parser", $plugin function("ExBrowser.dll", "$ExBrowser Document Text"), "x://input[@class=\"mail opentip\"]", "value", "True"),"Global")

  • Like 1
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...