Hi Jian, Seems selenium 1.0.3 does not contain the fix for googlechrome that I need, but has fixed the custom browser launcher.
I've now got chrome working fairly reliably using this in my TelluriumConfig.groovy browser = "*custom c:/Google/Chrome/Application/chrome.exe --disable- web-security --disable-popup-blocking --disable-prompt-on-repost -- proxy-server=localhost:4444 --no-first-run --ignore-certificate- errors" Since some of these are standard, could you pleae add options --disable-web-security --ignore-certificate errors to GoogleChromeLauncher.java as before? Thanks On Mar 11, 2:35 pm, Jian Fang <[email protected]> wrote: > Hi Dominic, > > Haroon is working on upgrading Selenium RC to 1.0.3 and he should check in > the code soon. > > Thanks, > > Jian > > On Thu, Mar 11, 2010 at 6:17 AM, dominicm <[email protected]>wrote: > > > > > Thanks Jian, > > > This is working for simple tests and is good enough for what we're > > doing at the moment. > > > I've been trying to use *custom to launch and test various options but > > this is broken in selenium at the moment. Apparently this is fixed in > > 1.0.3 so I'll wait until we have this before investigating further. > > > On Mar 10, 4:12 am, Jian Fang <[email protected]> wrote: > > > Hi Dominic, > > > > I added the line to the chrome launcher as you suggested. Please use the > > new > > > selenium-server from > > > >http://maven.kungfuters.org/content/repositories/snapshots/org/seleni... > > > > and let us know if this works for you. > > > > Thanks, > > > > Jian > > > > On Tue, Mar 9, 2010 at 9:39 AM, dominicm <[email protected]> > > wrote: > > > > Hi, > > > > > Google Chrome 4 now accounts for 8% of our site visitors, but I cannot > > > > test using it because it had no prvileged access mode. > > > > > Today I stumbled upon this thread > > > > >http://jira.openqa.org/browse/SRC-740 > > > > > which addresses exactly this issue. The last post states: > > > > > "For those of you looking for a quick fix (I couldn't figure out how > > > > to apply the patches), you can just add: > > > > > // Disable security > > > > "--disable-web-security", > > > > > to server-coreless/src/main/java/org/openqa/selenium/server/ > > > > browserlaunchers/GoogleChromeLauncher.java on line 176 (right before > > > > "url". Then recompile and you're good to go." > > > > > Any chance that this could be added for the next build? > > > > > 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]<tellurium-users%2bunsubscr...@googlegroups.com> > > <tellurium-users%2bunsubscr...@googlegroups.com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/tellurium-users?hl=en.-Hide quoted text > > - > > > > - Show quoted text - > > > -- > > 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]<tellurium-users%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/tellurium-users?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.
