Bug 2416172

Summary: Review Request: selenium-webdriver-at-spi - Selenium/Appium WebDriver implementation based on AT-SPI Accessibility
Product: [Fedora] Fedora Reporter: Steve Cossette <farchord>
Component: Package ReviewAssignee: Neal Gompa <ngompa13>
Status: CLOSED DEFERRED QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ngompa13, package-review
Target Milestone: ---Keywords: AutomationTriaged
Target Release: ---Flags: ngompa13: fedora-review?
Hardware: Unspecified   
OS: Unspecified   
URL: https://invent.kde.org/sdk/selenium-webdriver-at-spi
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-11-21 14:22:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steve Cossette 2025-11-20 18:57:50 UTC
Spec URL: https://farchord.fedorapeople.org/reviews/selenium-webdriver-at-spi/selenium-webdriver-at-spi.spec
SRPM URL: https://farchord.fedorapeople.org/reviews/selenium-webdriver-at-spi/selenium-webdriver-at-spi-0~20251027.112759.921d717-1.fc43.src.rpm

Description:
selenium-webdriver-at-spi is a WebDriver for Appium (based on Selenium)
using the Linux accessibility API AT-SPI2.

Fedora Account System Username: farchord

Comment 1 Neal Gompa 2025-11-20 19:08:55 UTC
Taking this review.

Comment 2 Fedora Review Service 2025-11-20 19:13:02 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/9820980
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2416172-selenium-webdriver-at-spi/fedora-rawhide-x86_64/09820980-selenium-webdriver-at-spi/fedora-review/review.txt

Please take a look if any issues were found.


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 3 Neal Gompa 2025-11-21 01:27:37 UTC
So, there's kind of a problem here:

> BuildRequires:  gobject-introspection-devel
> Requires:       gobject-introspection%{?_isa}

A little while back, GNOME went through a gobject-introspection ABI bump as part of merging it into glib2. So, I'm not sure whether this is a valid dependency or if it even does anything, even if it might be requested to build it.

It might even be broken, because the new gi and the old gi cannot be in the same program.

Comment 4 Steve Cossette 2025-11-21 14:22:08 UTC
Not going to be needed afterall