Seems the reason is that you use localhost as the host, here is open bug,

http://jira.openqa.org/browse/SRC-529

You can try to use the real ip instead of localhost for your web url or run
the
web application remotely.

On Thu, Nov 12, 2009 at 12:39 AM, khush <[email protected]> wrote:

>
> thanks jian for your feedback.
>
> It worked when i gave *googlechrome but i got another problem after
> that :
>
>
> com.thoughtworks.selenium.SeleniumException: Object #<an
> HTMLIFrameElement> has no method 'getCurrentWindow'
>
> at the following line :
>
>   connectUrl("http://localhost:8080/myapps/login.jsp";);
>
> On Nov 12, 10:30 am, Jian Fang <[email protected]> wrote:
> > "chrome" is used for the Firefox browser in Selenium. From the following
> > thread
> >
> > http://stackoverflow.com/questions/1317055/how-to-run-google-chrome-w...
> >
> > seems you should use "*googlechrome" instead.
> >
> > Thanks,
> >
> > Jian
> >
> > On Thu, Nov 12, 2009 at 12:11 AM, khush <[email protected]>
> wrote:
> >
> > > Hi All,
> >
> > > I am giving  browser = "*chrome" in tellurium.config file but its
> > > still invoking the firefox browser for running web test
> > > but if i give *iexplore then it invoke IE not firefox.
> >
> > > Anybody has any idea what is the  problem while invoking chrome and
> > > why web test is invoking firefox?
> >
> > > My default browser is chrome.
> >
> > > Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to