Skip to content

ARTEMIS-5906 Fix console smoke tests on Firefox#6243

Open
brusdev wants to merge 1 commit intoapache:mainfrom
brusdev:ARTEMIS-5906
Open

ARTEMIS-5906 Fix console smoke tests on Firefox#6243
brusdev wants to merge 1 commit intoapache:mainfrom
brusdev:ARTEMIS-5906

Conversation

@brusdev
Copy link
Member

@brusdev brusdev commented Feb 19, 2026

Firefox (GeckoDriver) strictly enforces that elements must be within the viewport before performing an Actions sequence. A simple .click() is more robust because the driver handles the scrolling logic internally.

Firefox (GeckoDriver) strictly enforces that elements must be within
the viewport before performing an Actions sequence. A simple .click()
is more robust because the driver handles the scrolling logic
internally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments