Guest User

Untitled

a guest
Nov 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. protected const string WindowsApplicationDriverUrl = “http://127.0.0.1:4723";
  2.  
  3. DesiredCapabilities appCapabilities = new DesiredCapabilities();
  4.  
  5. appCapabilities.SetCapability(“app”, “57b3a460–8843–4d84–822a-9f316274c2bf_tz6ph9wdjhqw8!App”);
  6.  
  7. IOSDriver<IOSElement> AppSession = new IOSDriver<IOSElement>(new Uri(WindowsApplicationDriverUrl), appCapabilities);
Add Comment
Please, Sign In to add comment