rafpyprog / Mobilenium

Mobilenium allows you to use Selenium and have access to status codes and HTTP headers, without the need for manual labor.
Apache License 2.0
21 stars 4 forks source link

How to allow_insecure_certs #11

Open ryoma310 opened 4 years ago

ryoma310 commented 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:.

please confirm it.