scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.28k stars 1.41k forks source link

Possibility to manually edit XPath selector same as CSS selector #884

Open pavelsr opened 5 years ago

pavelsr commented 5 years ago

Selector field is disabled in XPath selector Selection mode

bad

good

Is it OK or is it a bug ?

Lucbug commented 4 years ago

This is also bugging me out.

The docs make it seem like one could edit the Xpath selector : https://portia.readthedocs.io/en/2.0-docs/examples.html?highlight=xpath#selecting-elements-with-css-and-xpath

Anything we're missing ?