MoveTargetOutOfBoundsException
trigger, debug, validate basics, and practice actions ✔ all in-browser.
How To Reproduce (Selenium)
This page intentionally places a button outside the visible bounds (negative position) inside an overflow-hidden container. When Selenium tries actions.movetoelement() it can throw MoveTargetOutOfBoundsException.
Target element locator for automation: id=mtob-hidden-button data-testid=mtob-hidden-button
Tip: This is best reproduced using actions (mouse move/click), not a normal element.click().