When it comes to web scraping, I am skilled in using both scrapy and selenium webdrivers. However, I have noticed that selenium webdriver tends to be quite slow. Despite this, I find it convenient for extracting CSS properties of a webelement, such as:
webElement.value_of_css_property('font-size')
Is there a way to achieve the same result using only scrapy without relying on selenium webdriver?