-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Drupal 10.3+: the requested URL returned error: 500 #41
Comments
It appears to be that
|
Does that mean this gas nothing to do with this repo? |
I'm not sure I'm afraid. It seems to me either the config in this repo is wrong (and would be fixed with this change), or the new library being used (lullabot/php-webdriver) is looking in the wrong place. I can't find any reference on the matter (this is a flag to switch between two different standards, so I guess it isn't in either standard itself). It's not mentioned as a chrome capability here and it doesn't to my mind make much sense as a browser-specific capability. Quickly looking at some other webdrivers (ie I could easily have missed something) it seems that Facebook's driver automatically detects dialect, so I guess no flag needed; and instaclick's version seems to infer w3c mode from whether any capabilities are passed at all (which makes no sense to me!). So yeah, not much help overall! I pinged this issue where I expect bigger brains will weigh in (: |
Thank you for posting that fix, @andriokha! Works perfectly on my machine. |
Had the same issue, changing |
This change also fixed for me. ddev v1.23.1, Drupal 10.3, |
I'm guessing this needs to be updated to a new image https://github.com/ddev/ddev-selenium-standalone-chrome/blob/main/docker-compose.selenium-chrome.yaml#L9 This core issure https://www.drupal.org/project/drupal/issues/3421202 is proposing 4.17 which is a couple of months old, versus this one is 2 years old. |
That upgrade has stalled. See #42 |
Changing |
And this which IIUC is an alternative to PR 10 above: https://www.drupal.org/i/3458751 |
Co-authored-by: [email protected]
OK the PR for |
Tests are green now, https://github.com/ddev/ddev-selenium-standalone-chrome/actions |
Nice, thanks @rfay! |
Hi,
I'm finding that the latest version of Drupal this works with is 10.2. It seems to be down to #3240792 (see comment #63 onwards).
The following passes when
$branch
is10.2.x
but fails with10.3.x
.As a workaround I'm using https://raw.githubusercontent.com/ddev/ddev-contrib/master/docker-compose-services/drupalci-chromedriver/docker-compose.chromedriver.yaml which uses
drupalci/webdriver-chromedriver:production
.Thanks!
The text was updated successfully, but these errors were encountered: