You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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...
The text was updated successfully, but these errors were encountered: