const { x, y } = await els[0]._clickablePoint(); await this.page.mouse.move(x + offsetX, y + offsetY);
確定! 回上一頁