Hi.

just installed GM3.17 to replace GM4 and it works fine (just demo example).

I would like to extract field value from web page, for the known XPath, 
extracted and saved with Firebug

There is a number of XPath examples 
at https://www.w3schools.com/xml/xpath_examples.asp
working with XML files

Since GM works for web pages and my XPath is

/html/body/div[3]/div[3]/div/div[6]/div[2]/div/div/div

and object is

<div class="gwt-Label">2083236893</div>

how can I make GM to extract numeric value as above from web page and save 
it to a file ?

I am looking for proper syntax to use XPath in Javascript as below 

/html/body/div[3]/div[3]/div/div[6]/div[2]/div/div/div:(gwt-Label):value   
(just pseudo code)

thank you

jack

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to greasemonkey-users+unsubscr...@googlegroups.com.
To post to this group, send email to greasemonkey-users@googlegroups.com.
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to