i am web scraping using scrapy and selenium webdrivers. But i find selenium webdriver to be very slow, but i find it easier to extract CSS properties of a webelement eg.
webElement.value_of_css_property('font-size')
how can this be achieved using scrapy only and no selenium webdriver.