Questions tagged [symfony-css-selector]

3 questions
1
vote
1 answer

Extract data inside an html element attribute (data-react-props) using Symfony DomCrawler

I need to extract a json that is inside a page, more precisely in div inside the tag data-react-props
LegoLiam
  • 97
  • 3
  • 11
0
votes
1 answer

python selenium nested span element

I m trying to get the price text (159$) from the following html using python selenium $159.99
0
votes
1 answer

Symfony \ Component \ CssSelector \ Exception \ SyntaxErrorException cssselector to xpath in laravel

I have following html select element, select element's attribute name containing square bracket and need to filter using domcrawler but unfortunately, CssSelectorConvertor() cannot convert cssselector to xpath because of square bracket in the name…