WKZombie icon indicating copy to clipboard operation
WKZombie copied to clipboard

Receiving "Cancelling Rendering" Message when trying to log in to certain website

Open luisdil opened this issue 7 years ago • 2 comments

I am trying to log in to a certain website with the following code:

open(url) >>> get(by: .name("fdsa")) >>> setAttribute("value", value: user) >>> get(by: .name("fdsa")) >>> setAttribute("value", value: pw) >>> get(by: .name("loginform")) >>> submit === output

After it submits the login form it fails to render the new page form some unknown reason...

luisdil avatar Aug 05 '17 08:08 luisdil

I am getting this also. I see this when using the simulator. I cannot seem to catch the error and once I get it for one url i continue to get it. closing the simulator does not fix the problem. restarting the mac seems to be the only fix

avisual avatar Aug 13 '17 21:08 avisual

Anyone solved this problem? I am still getting the problem even if I restart my mac.

jeffreyyu0602 avatar Sep 24 '18 21:09 jeffreyyu0602