Skip to content
Advertisement

Tag: web-scraping

Trying to append data they show error ‘dict’ object has no attribute ‘append’

They show me error that AttributeError: ‘dict’ object has no attribute ‘append’ how to handle these error when trying to append the data I am creating a loop in order to append continuously values from user input to a dictionary but i am getting this error is any method to show solve these error this is page link https://www.nationalhardwareshow.com/en-us/attend/exhibitor-list.html: Answer

Trying to select the option

I want to click these option on the pages is there any I am new to a playwright I am not familiar with playwrights so much kindly any solution recommended these is page link https://www.ifep.ro/justice/lawyers/lawyerspanel.aspx Answer You can use the select_options for selecting 30. You can use the text selector and then click the checkboxes like this:

Advertisement