Aaron G Franco
Results
2
comments of
Aaron G Franco
same problem here ``` var url: URL! url = URL(string: "http://example.com") self.browser.open(then: .wait(10.0))(url) >>* get(by: .id("UserName")) >>> setAttribute("value", value: "xyz") >>* get(by: .id("Password")) >>> setAttribute("value", value: "abc") >>* get(by: .class("submitBtn"))...