Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luisdil opened this issue Aug 5, 2017 · 2 comments

Comments

@luisdil
Copy link

luisdil commented Aug 5, 2017

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...

@avisual
Copy link

avisual commented Aug 13, 2017

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

@jeffreyyu0602
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants