Results 1 to 3 of 3
  1. #1
    panoss is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2014
    Posts
    59

    How can I automate Firefox using MS Access 2007?

    I want to automate the opening of my GMail in Firefox, using MS Access:
    1. if the firefox is not opened, open it
    a. if not logged in my GMail account, login.
    b. switch to this tab

    Can it be done in MS Access?
    I found that in Exell this can be achieved using Selenium.
    I didn't run the above mentioned file (SeleniumBasic-2.0.9.0.exe) because according to Virustotal it 's not clean: https://www.virustotal.com/el/file/0...is/1556240469/

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    (you prob. already have these settings. if not, do so)
    in FFox, login to your gmail and set to always stay logged in
    set the default browser as FFox

    then shell to your website
    Code:
    sub btnEmail()
    call shell("c:\program files\firefox\firefox.exe www.gmail.com")
    end sub

  3. #3
    panoss is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2014
    Posts
    59
    No, this is not what I want. I want to check if it's logged in. And if not, then to login.
    But thanks anyway.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 10-08-2018, 10:30 AM
  2. automate importing access
    By mcchung52 in forum Access
    Replies: 1
    Last Post: 01-21-2012, 02:20 AM
  3. Automate report on ACCESS
    By Schoolo in forum Database Design
    Replies: 1
    Last Post: 12-18-2011, 02:11 AM
  4. Automate Access Queries
    By andreala in forum Queries
    Replies: 5
    Last Post: 08-23-2011, 06:01 PM
  5. How to automate a access query ... Help me
    By kusamharsha in forum Programming
    Replies: 0
    Last Post: 02-25-2009, 09:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums