Scripting command in EggPlant for web browser

Is it possible to script a command in EggPlant that access/open Internet Explorer or any web browser without capturing Image?

I mean something like open ‘web browser’
TypeText “www.google.com

Cheers
Trinadh

Hi ,
You can try this command

TypeText WindowsKey , “r” // to open run command
TypeTexd DeleteKey // delete the previous data
TypeText “iexplore.exe”
wait 2
TypeText Enter
wait 5
TypeText “www.google.com

Awesome