wasmbrowsertest icon indicating copy to clipboard operation
wasmbrowsertest copied to clipboard

Is there away to click "OK" on an alert window?

Open fs111 opened this issue 4 months ago • 1 comments

Great project. I am toying around with wasm/golang and wanted to use your tool to write tests for a POC I am working on.

I have a go function that is calling alert("some message") in the browser in a failure condition and that makes the test hang when I call that function. Is there any way I can click the OK button on the pop-up that appears?

fs111 avatar Jan 23 '24 14:01 fs111