2
我試圖在Chrome中運行sahi
腳本。但是當我點擊按鈕時,它會拋出一個NumberFormatException異常。但它在Firefox中工作。Sahi不在chrome中工作:發生NumberFormatException異常
異常消息是...
例外:
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)