lefthandedgoat / canopy

f# web automation and testing library, built on top of Selenium (friendly to c# also)
http://lefthandedgoat.github.io/canopy/
MIT License
506 stars 115 forks source link

How to execute canopy Automation scripts of web application to mobile browser platform? #471

Closed Suvarnaraut closed 5 years ago

Suvarnaraut commented 5 years ago

Hi,

I want to execute my canopy automation script on different mobile browser platforms, how to do that? what all driver files i will be needed and what setup i have to do for that? Please guide.

Thanks,

lefthandedgoat commented 5 years ago

For firefox: https://github.com/mozilla/geckodriver/releases For edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

Suvarnaraut commented 5 years ago

Hi , I am able to run script on different browsers on desktop like firefox, edge, chrome. but I want to know about support of canopy script for mobile web applications testing and on iOS mobile and android mobile. how to use canopy to write test against multiple platform such as iOS and Android.

Thanks,

lefthandedgoat commented 5 years ago

https://github.com/fsprojects/Canopy.Mobile

I do not support this package, I only helped get it started. Mobile testing is a completely different beast.