Results 1 to 3 of 3

Thread: [RESOLVED] How can I grab text from gmail?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2009
    Posts
    160

    Resolved [RESOLVED] How can I grab text from gmail?

    hello
    I want to grab text from my gmail
    I tried to use INET but I have to log in first and that is impossible with INET
    So, I am using CreateObject and Navigate command
    But I could not grab the text I need

    Code:
    Set ie = CreateObject("InternetExplorer.Application")
    ie.navigate "www.gmail.com"
    s = ie.document.body.innerText
    the page is loaded ok because I logged in before in IE

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Sep 2009
    Posts
    160

    Re: How can I grab text from gmail?

    Ok
    I found it
    I just have to use InnerHtml instead of InnerText

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: How can I grab text from gmail?

    Please mark your thread resolved by either editing your first post and appending [Resolved] to the title or selecting "Mark thread resolved" from the "Thread tools" drop-down menu (javascript needs to be enabled in the browser to do this).
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width