Bulat Khabibullin

Results 3 comments of Bulat Khabibullin

> Code-wise, this looks good to me. > > However, I think this is more of a feature request than a bug, and I am not sure if it makes...

@kmike sure: ``` async def parse_product( self, response: DummyResponse, product_dpo: ProductPageObject ): ```

@kmike ``` from web_poet import BrowserResponse, HttpResponse, ItemPage, PageParams, field @attrs.define(auto_attribs=True) class ProductPageObject(ItemPage[ProductItem]): response: BrowserResponse page_params: PageParams ```