Handling a javascript popup occurring on a keyup event

前端 未结 2 747
野性不改
野性不改 2020-12-11 05:37

I have a text-field on a HTML page which checks whether you have entered a value between 1 to 365. If the user enters an invalid value like a non-numeric character or a valu

2条回答
  •  无人及你
    2020-12-11 06:17

    I've found that wrapping the browser.javascript_dialog.button('OK').click command within a sleep(3) do, helps speedy browsers finish the command.

提交回复
热议问题