You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the enable test assistant supports faking a mouse_move operation using a MockWindow or a real window with mocked get_pointer_position. It might be possible to properly implement the mouse_move without the need for mocking get_pointer_position when real windows are used.
The text was updated successfully, but these errors were encountered:
Currently the enable test assistant supports faking a
mouse_move
operation using a MockWindow or a real window with mockedget_pointer_position
. It might be possible to properly implement the mouse_move without the need for mockingget_pointer_position
when real windows are used.The text was updated successfully, but these errors were encountered: