I don't how why but after a install it with pip install mobilenium
i also have an issue like you and i don't know why ?!
ImportError: cannot import name 'mobidriver'
I check it and when we install it with pip
in site-packages
we have a folder mobilenium
with two files
site-packages/
mobilenium/
__init__.py # here we have copyrights
__version__.py # here we have version of package
And it's all, with pip
we don't install anything only copyrights
and version
Installation
We will install it from Mobilenium github repository
Steps
# in your folder where you want to work
$ git clone https://github.com/rafpyprog/Mobilenium.git
# after this we need to install all packages from `requirements.txt`
$ pip install -r Mobilenium/requirements.txt
# create a file where you want to work and import from Mobilenium module
from Mobilenium.mobilenium import mobidriver
That's all, no errors and mobidriver was imported. I think i help you.