Closed (fixed)
Project:
Selenium
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Apr 2006 at 19:25 UTC
Updated:
28 Sep 2006 at 21:30 UTC
The title says it all - gets 'access denied' when passing control off to Testrunner.html (the URL to Testrunner is broken, but even when it is fixed it still doesn't work). No idea why (the file exists!).
I am working on this - let me know if you have any ideas!
Comments
Comment #1
Jo Wouters commented( Great module Grugnog2 !
I like it a lot: it makes it much more easy to test in Drupal. )
I think the problem in selenium_launch().
These are the changes I did to get it working with clean URLs off:
* replaced drupal_goto
* the '?q=' has to be urlencoded; otherwise Selenium seems to cut it of at the '='
I suppose there is a better way to create the URLs; but this solution seems to works.
Comment #2
owen barton commentedThanks Ballie!
I'll check this out as soon as I get a chance (need to test the change with clean URLs both on and off) and fix the code.
Comment #3
Jo Wouters commentedI think the use of clean urls does not exclude the possibility to adress an url the 'old fashoined' (not clean) way. So if it works with clean urls off, then it should work with clean urls on too, I suppose ?
resultsUrl does not seem to work in my code. And I do not understand how I can solve this (worse: I even don't seem to understand what's going wrong).
Comment #4
owen barton commentedThis should now be fixed in the newest (well - not that new really!) 4.7 branch.
Comment #5
(not verified) commented