Update docs
This commit is contained in:
parent
718376f154
commit
bfa7d6a566
@ -68,6 +68,8 @@ Changed
|
||||
patterns instead of globs.
|
||||
- In passthrough mode, Ctrl + Mousewheel now also gets passed through to the
|
||||
page instead of zooming.
|
||||
- Editing text in an external editor now simulates a JS "input" event, which
|
||||
improves compatibility with websites reacting via JS to input.
|
||||
|
||||
Fixed
|
||||
~~~~~
|
||||
|
@ -147,7 +147,7 @@ class AbstractWebElement(collections.abc.MutableMapping):
|
||||
bubbles: Whether this event should bubble.
|
||||
cancelable: Whether this event can be cancelled.
|
||||
composed: Whether the event will trigger listeners outside of a
|
||||
shadow root
|
||||
shadow root.
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user