scrapinghub / portia

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

How to block an iframe in page like portia does? #832

Open caoxiaoshuai1 opened 6 years ago

caoxiaoshuai1 commented 6 years ago

In create-spider page, portia blocks iframe click event by ember.js attribute browser.disabled,but how does it work? Can it rewrite in Jquery or other framework?