Firefox is well. When I use IE(only this process), There is some problems:
TelluriumConfig.groovy ...... //browser = "*iexplore C:/Program Files/Internet Explorer/ iexplore.exe" browser = "*iexplore" ........ console info: ....... 10:45:42.382 INFO - Allocated session 57d873c9fede4ac2a8ab1cc72be87571 for http://localhost:8080, launching... 10:45:42.929 INFO - Launching Embedded Internet Explorer... 10:45:44.070 INFO - Launching Internet Explorer HTA... 10:45:46.179 INFO - Got result: OK,57d873c9fede4ac2a8ab1cc72be87571 on session 57d873c9fede4ac2a8ab1cc72be87571 ....... It can Launch, run the junit TelluriumIssuesPageJaveTestCase(check out from your svn), it's error console info: ....... 10:45:51.819 INFO - Got result: OK on session 57d873c9fede4ac2a8ab1cc72be87571 Screenshot for exception <<ERROR: Element //descendant-or-self::form [descendant::sele...@name="can" and @id="can"] and descendant::span [contains(text(),"for")] and descendant::inp...@type="text" and @name="q"] and descendant::inp...@value="Search" and @type="submit"] and @action="list" and @method="GET"]/descendant-or-self::select [...@name="can" and @id="can"] not found ....... Is xpath problem???? And another problem, when change browser = "*iexplore" to browser = "*iexplore C:/Program Files/Internet Explorer/iexplore.exe" it can't start Internet Explorer It Pop-up dialog box “ can't open the file or the internet address is not correct” I‘m forward your answer Thanks Jian Yang On Aug 20, 9:08 pm, Haroon Rasheed <[email protected]> wrote: > Are you still having problems with Firefox or the problem is IE only??? If > it is IE only then please make sure that you don't have any iexplore > processes already in your memory before launching the tests. You can test > this using the standard windows task manager. and kill iexplore processes. I > have seen problems if there are already IE sessions opened. > > Thanks > Haroon > > 2009/8/20 Jian Fang <[email protected]> > > > Haroon, > > > Since you also work on Windows System, could you provide some help here. > > > Thanks, > > > Jian > > > On Thu, Aug 20, 2009 at 3:12 AM, yangjueshe <[email protected]>wrote: > > >> I hava only one firefox3. Maybe it's the default path problem > >> and I config the TelluriumConfig.groovy > > >> connector{ > >> // *firefox [absolute path] > >> // *iexplore [absolute path] > >> // *chrome > >> // *iehta > >> // browser = "*chrome" > >> // browser = "*iexplore" > >> browser = "*firefox D:/Program Files/Mozilla Firefox/ > >> firefox.exe" > >> customClass = "" > >> } > >> the problem has been resovled. > > >> There is another problem > >> But when I changed the browser to " browser = "*iexplore C:/Program > >> Files/Internet Explorer/iexplore.exe" ", it can't start Internet > >> Explorer > >> It Pop-up dialog box “ can't open the file or the internet address is > >> not correct” > >> and command info: > >> ...... > >> 15:02:26.466 INFO - Launching Embedded Internet Explorer... > >> 15:02:27.763 INFO - Launching Internet Explorer HTA... > > >> and stop > > >> And I changed browser to " browser = "*iexplore"" > >> And Internet Explorer supporte is not well > >> what's the problem? > > >> Tip: I come from hangzhou china. If you like, I will write those in > >> chinese and email to you > > >> On Aug 13, 10:13 pm, Jian Fang <[email protected]> wrote: > >> > Do you have multiple instances of Firefox in your box? You need to put > >> their > >> > paths to the Windows PATH > >> > environment variable. Or did you use "Firefox 3" as the browser in > >> > TelluriumConfig.groovy? You should > >> > use either *firefox" or "*chrome". > > >> > Thanks, > > >> > Jian > > >> > On Thu, Aug 13, 2009 at 8:38 AM, yangjueshe <[email protected]> > >> wrote: > > >> > > 20:35:50.857 INFO - Got result: Failed to start new browser session: > >> > > java.lang.RuntimeException: Firefox 3 could not be found in the path! > >> > > Please add the directory containing ''firefox.exe'' to your PATH > >> > > environment > >> > > variable, or explicitly specify a path to Firefox 3 like this: > >> > > *firefox3c:\blah\firefox.exe on session null --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
