Support for Get Computed Label and Get Computed Role
The command Get Computed Label returns the accessibility label (sometimesalso referred to as Accessible Name), which is a short string that labels thefunction of the control (e.g. the string "Comment" or "Sign In" on a button).
The command Get Computed Role returns the reserved token value (in ARIA,button, heading, etc.) that describes the type of control or content in theelement.
Note that the minimum required Firefox version is 113.0.
Support for Find Element From Shadow Root and Find Elements From Shadow Root
The commands allow a lookup of individual elements or collections of elementswithin an open or closed Shadow DOM. All location strategies except Tag name andXPath selector are currently supported.
Note that the minimum required Firefox version is 113.0.