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
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