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 Review | Assignee: | Neal Gompa <ngompa13> |
| Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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
Taking this review. 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. 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.
Not going to be needed afterall |