Is there something issue in indentation, while using Anaconda's Spyder
问题 from selenium import webdriver from selenium.common.exceptions import TimeoutException from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC This code snippet pops an error of indentation while running in Anaconda's Spyder. This the below error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\Panch\AppData\Local\Continuum\anaconda3\lib\site-packages\selenium\webdriver\__init__.py", line 18