Find the answer to your Linux question:
Results 1 to 3 of 3
Hi every body, I want to automate one script , which is written in EXPECT , for that i need the following help. Any way is there in linux to ...
  1. #1
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    107

    Expect

    Hi every body,

    I want to automate one script , which is written in EXPECT , for that i need the following help.

    Any way is there in linux to open the firefox web browser , by issuing the commands at the linux shell.

    Else

    how to open website using shell commands in linux.

    Thanks in Advance

  2. #2
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    Quote Originally Posted by mallik View Post
    is there in linux to open the firefox web browser , by issuing the commands at the linux shell.
    simply type:
    Code:
    firefox
    or from the script:
    Code:
    echo "firefox" > start_firefox.sh
    sh start_firefox.sh

  3. #3
    Linux Newbie
    Join Date
    Oct 2006
    Posts
    107

    Expect

    Hi,

    Thanks for ur infomation. And i need some more help.


    i tried as well as u said,

    i done like this

    firefox http://www.gmail.com

    by issue this command at the shell , it opens the gmail ,

    I need this

    After the Gmail has been opened , i need to enter the user id and password automatically


    for this i need to do.

    Thanks Once again

Posting Permissions

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