rest - Using JSON wire protocol with ChromeDriver on Swift -
i need start chromedriver session, navigate url , locate few web elements on page. has done using swift programming language.
since there no webdriver library on swift, i'm thinking of using json wire protocol that.
the things i'm trying figure out:
- how start chromedriver session swift.
- since i'm new programming in swift , haven't used json wire protocol before, i'm seeking on how send http requests chromedriver locate webelements , perform different actions on them using swift.
Comments
Post a Comment