Making broswer variable in Splinter via Python gives type error

Viewed 11

I am using a package called Splinter via Python to extract data from website. When I create a browser variable to instantiate which browser I will be using to get data from, like chrome, I get this error. How do I fix?

here is image of error [1]: https://i.stack.imgur.com/e6vC9.png

0 Answers
Related