You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to select an attribute directly using a CSS selector?
For instance, Scrapy supports this using pseudo-elements: http://doc.scrapy.org/en/0.24/topics/selectors.html#using-selectors
You could have a CSS selector "a #myLink::href" to select the href directly. Is there another way to do it right now ?
The text was updated successfully, but these errors were encountered:
Is there a way to select an attribute directly using a CSS selector?
For instance, Scrapy supports this using pseudo-elements: http://doc.scrapy.org/en/0.24/topics/selectors.html#using-selectors
You could have a CSS selector "a #myLink::href" to select the href directly. Is there another way to do it right now ?
The text was updated successfully, but these errors were encountered: