2

我正在尝试sahi在 Chrome 中运行脚本。但是当我单击该按钮时,它会引发 NumberFormatException。但它在 Firefox 中运行。

异常消息是...

例外:

java.lang.NumberFormatException: For input string: "849.4500122070312"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:481)
    at java.lang.Integer.parseInt(Integer.java:514)
    at com.vaadin.terminal.gwt.client.MouseEventDetails.deSerialize(MouseEventDetails.java:119)
    at com.vaadin.ui.Button.changeVariables(Button.java:217)
4

1 回答 1

1

看起来像一个错误。

我认为这与通过 Sahi 单击时鼠标坐标不是整数有关。您能否分享可以复制的 URL 或示例页面?

是否可以在 Sahi Pro 上尝试此操作以检查它是否已修复?这将有助于查明问题。

于 2012-10-16T05:06:38.663 回答