willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

Adding methods that will return ios driver and android driver #77

Closed swarnock89 closed 6 years ago

swarnock89 commented 6 years ago

Currently, there is no way to access AndroidDriver and IOSDriver methods using Conductor. An example is this is AndroidDriver().currentActivity. This commit will add two methods one of each returning AndroidDriver and IOSDriver allowing access to those built in methods.

konwinkler commented 6 years ago

@swarnock89 Are these new methods still needed?