Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[faces-dev] Faces 4.1.0 TCK + Selenium
  • From: Brian Decker <bmdecker@xxxxxxxxxx>
  • Date: Wed, 29 May 2024 19:42:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=BOry364AVmxqY7c4ZuecisHdAPhrN9qMztgB37b6pcw=; b=G3hIvyY8ew3hMHh0jw3q4jdg2b0EvsoogSlUjAIFJAkHtABx6D83rvo9p/En/de8G4qmUEY44XhkqnCv/pMcw2H36ZXqExjrXolXyWDdTgm0u10khgmrbgsJuT/TSUy2q8+B7E8Elro1Wq0wJ8bKTO+YqHr4rVanbNmKZylQQZCLxYm3/X62aOzWC7TaAsstOHub1sSZR7pCVj7ypIWd0XWJqwIi8pxBu/rJ9DPawBPDG+noFOWrjMsjS7AqeDq2KsUUBGFauLxbTS7IKKBWheeN9XI3iZvXEi7aLYNiP5fK/uYrajMYvh5MkR0m1O+fmntwK3Zzxh2scrAKrVCR5w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MkEazi/nbnKEcdufAm78810Zo88cbDv2T26Ym2/OAhnMmOMbqWdVKOy8T9vVTrrrHp2A1lXrvRfHBXXGWDfUvU9oFsOrs5UizemDZiLkmsPkRmmWeRTyvaQDlL9G6n+hEKs7trJOu54OKKIME5hDiX0fax8GjZbaSE8iHCn0uLFB9C1qFDj0kMWhipNiQNwwitxUFwI922kPTTr6LDlsnS6mUEEmvOvFeobjiuqkGtvIVE3R9REmFrNyARj9EHaAldyB2tfnSdipQD/1/tDrYRwd7XHP8YwBDT7QB7uHtrBqLP9KZ/VbUm/7gtv9Ok/gCJdWOYesEApA8PVHlC0ttA==
  • Delivered-to: faces-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/faces-dev/>
  • List-help: <mailto:faces-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/faces-dev>, <mailto:faces-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/faces-dev>, <mailto:faces-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adqx/u68LwEIO9ZiTuuN3ZmZqSw0Pg==
  • Thread-topic: Faces 4.1.0 TCK + Selenium

I’ve been trying to kick the tires of the Faces 4.1.0 TCK using Open Liberty. Per what we discovered in the 4.0.x timeframe, that means that I’m trying to use the Selenium option, but things are not going well.

 

Trying to run it out of the box, I get this sort of error:

org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 118 Current browser version is 124.0.6367.207 with binary path /opt/google/chrome/chrome

 

The level of Selenium that the TCK has been upgraded to use supports Chrome v122-v124, but the magic of the webdrivermanager prereq does not seem to be pulling in the right ChromeDriver level. I can see that things changed with Chrome over the last year and that this error is similar to something from the webdrivermanager doc (https://bonigarcia.dev/webdrivermanager/#support-for-chromedriver-115), but I don’t know what the right solution is here. We could potentially update things to just use the Selenium Manager (https://www.selenium.dev/documentation/selenium_manager/ ) instead, but I haven’t looked to see what that would entail.

 

I should note that if I simply revert Selenium and webdrivermanager to the versions that we used in the 4.0.x TCK then everything runs fine.

 

Brian Decker

Open Liberty TCK Lead


Back to the top