wombatka

Results 8 comments of wombatka

ok. I suppose same documentation issue concerns test-execution-timeout. It says that the timeout will occur in case the test is unresponsive. But timeout occurs regardless test state. It would be...

I try to find out the reproductions steps for the freezing issue, but it is really random. Definnitelly conneted somehow with clicking some elements- after some click , the browser...

any updates about planning to support remote browsers? we are using selenium grid for testcafe tests run , we have several issue related to proxy and using native automation would...

Any updates? Any actions will be taken? or there are still no plans at all to support native automation in remote browsers?

I would appreciate if someone could come up with some workaround. I tried different approaches and could not come up with any working solution,

@idzmag thank's for the workaround! I used it in example and works test("not possible to type in number field", async t => { await t.navigateTo("https://primereact.org/inputnumber/"); const input = Selector("#integeronly"); await...

same issue occurs on firefox after update to version 144- blank page and error in console: Uncaught TypeError: can't access property "utils", window['%hammerhead%'] is undefined

Any feedback? this bug makes testcafe unusable for us as we use datatables in one of our applications a lot