Chrome: Version 55.0.2883.87 m Selenium: 2.43.1
I have a textbox that input integer number. When changing it value will show a alert popup. My problem is when using sendKeys to input "12". It input "1" then trigger alert, close alert: "2" appears. Expectation must be: input "12" properly without alert.
Anyone can help? Thanks.
You can go with JavascriptExecutor