Luis

Results 1 issues of Luis

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