testproject-io / javascript-opensdk

TestProject OpenSDK for Node.js
Apache License 2.0
24 stars 16 forks source link

Export mobile driver classes. #44

Closed s-glatshtein closed 2 years ago

s-glatshtein commented 2 years ago

In order to create a mobile driver, the MobileBuilder class needs to be used. For its creation it requires the driver type in order to use it to create a session. This means that these type must be exported in order to be used by the builder. This PR comes to add these missing exports. This PR comes to fix #42