Autocomplete/CodeIntel for Selenium Python

Using Komodo 12.01.
I’ve installed Selenium using PIP (pip install selenium).
When I import a Selenium module (from Selenium import webdriver), autocomplete does not seem to work for imported libraries.
PATH =
driver = webdriver.Chrome(PATH)
driver.[expecting autocomplete here].

Thanks.
Phillip

@primshack2727,

My first guess is that you’ve configured Komodo to use a different installed Python than the one you installed Selenium in. Make sure you set the correct Python in Edit menu > Preferences > Languages > Python.

  • Carey