Opened 3 years ago

Closed 3 years ago

#33211 closed Cleanup/optimization (fixed)

Update tests for Selenium v4.

Reported by: Carlton Gibson Owned by: Carlton Gibson
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Selenium 4 deprecated the various "find_element(s)_by_*" methods, in favour of find_element(s) with an explicit By.

Change History (5)

comment:1 by Carlton Gibson, 3 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

comment:3 by Carlton Gibson, 3 years ago

Patch needs improvement: unset

comment:4 by Carlton Gibson <carlton.gibson@…>, 3 years ago

In 8fa974fc:

Refs #33211 -- Added assertCountSeleniumElements() test helper.

comment:5 by Carlton Gibson <carlton.gibson@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 2ccc0b22:

Fixed #33211 -- Updated tests for Selenium 4.0.0.

Replaced deprecated find_element[s]_by_*() usages, in favour of
find_element[s]() with an explicit By.

Note: See TracTickets for help on using tickets.
Back to Top