Open ryoma310 opened 4 years ago
at line 37 in Mobilenium/mobilenium/mobidriver.py,
I think it is not if self.capabilities is True: but if self.allow_insecure_certs is True:.
if self.capabilities is True:
if self.allow_insecure_certs is True:
please confirm it.
at line 37 in Mobilenium/mobilenium/mobidriver.py,
I think it is not
if self.capabilities is True:
butif self.allow_insecure_certs is True:
.please confirm it.