Re: [w3c/gamepad] Integrate with WebDriver and WebDriver BiDi for automation (PR #224)

@sadym-chromium commented on this pull request.



> +              Let |logical value| be equal to |action object|'s `value` property.
+            </li>
+            <li>
+              Let |axes| be equal to |source|'s axes.
+            </li>
+            <li>
+              Let |bounds| be equal to |axes|[|axis index|].
+            </li>
+            <li>
+              If |bounds| is `undefined`, return [=success=] with data `null`.
+            </li>
+            <li>
+              Let |simulated gamepads| be the [=simulated gamepad map=].
+            </li>
+            <li>
+              If |simulated gamepads|[|device id|] does not [=map/exist=], abort these steps.

Return a error with "invalid argument" or a new error like "no such simulated gamepad"

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/224#pullrequestreview-3252568884
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/224/review/3252568884@github.com>

Received on Monday, 22 September 2025 12:52:29 UTC