我想检查是否使用 selenium webdriver 从投注金额中正确扣除余额金额。
游戏在画布中,那么如何从画布中获取价值。
下面是我的画布代码:
<canvas
width="3123"
height="736"
style="position: absolute; left: 0px; top: 0px; width: 3123px;height: 736px;">
</canvas>
我想检查是否使用 selenium webdriver 从投注金额中正确扣除余额金额。
游戏在画布中,那么如何从画布中获取价值。
下面是我的画布代码:
<canvas
width="3123"
height="736"
style="position: absolute; left: 0px; top: 0px; width: 3123px;height: 736px;">
</canvas>