Jump to content
UBot Underground

Recommended Posts

You answered your first question.

 

"

Is it possible to use xpath within ubot?
 
I just installed "Free Xpath Plugin"
 
Do you know how to use Xpath?
 
navigate("https://www.google.com/","Wait")
wait for element(<id="sb_ifc0">,20,"Appear")
type text(<name="q">,"Apple Trees","Standard")
click(<name="btnK">,"Left Click","No")
add list to list(%TITLES,$list from text($plugin function("XpathPlugin.dll", "$Generic Xpath Parser", $document text, "//div[@class=\"rc\"]", "InnerText", ""),$new line),"Delete","Global")
alert(%TITLES)

While it is probably not what you want from the results it shows functionality.

 

Knowing some Xpath is helpful.

 

google seardn
site: ubotstudio.com xpath

 

:)

 

Regards,

CD

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