query regarding expect

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Girish

    query regarding expect

    Hi,

    I wanna do some automation using "pexpect".
    I have an application which must be invoked from the command line in
    linux environment,it consists of buttons,textbox es etc can i access
    those widgets using "pexpect",s ay i wanna enter a value 3.3 in the
    textbox and then click on the ok button,to run the apllication.The
    application is developed using wxpython.ur suggestions will be of gr8
    help.plz do reply.

    Regards
    Girish

  • Cameron Laird

    #2
    Re: query regarding expect

    In article <1122041629.338 563.26610@g47g2 000cwa.googlegr oups.com>,
    Girish <girish.14@gmai l.com> wrote:[color=blue]
    >Hi,
    >
    >I wanna do some automation using "pexpect".
    >I have an application which must be invoked from the command line in
    >linux environment,it consists of buttons,textbox es etc can i access
    >those widgets using "pexpect",s ay i wanna enter a value 3.3 in the
    >textbox and then click on the ok button,to run the apllication.The
    >application is developed using wxpython.ur suggestions will be of gr8
    >help.plz do reply.[/color]

    Comment

    Working...