Click here to Skip to main content
15,890,897 members

Comments by punk_legend (Top 7 by date)

punk_legend 29-Aug-23 16:20pm View    
I ended up using the developer tools to see what the was being sent and it gave me the url format which I populated with data from the element and scraped those pages instead. Thanks for your help though.
punk_legend 24-Aug-23 9:04am View    
get an exception "element not interactable" on every spanElement.Click(). Same behaviour as with my original code, I can see it scrolling down the page but not expanding the menu.
punk_legend 24-Aug-23 8:07am View    
Thanks for the suggestion, but I get a timeout on first wait.until. No joy I'm afraid.
punk_legend 16-May-23 16:58pm View    
Good point, hadn't thought of that. I assume it's going to be very hard to pass focus to the popup as dependant on the website they will have different names? Any ideas how I can close/prevent these popups from appearing?
punk_legend 8-Feb-11 10:30am View    
OK problem solved, apparently it is something to do with a clash between CRT and MFC libraries on linking.

I've tweeked the settings and it runs fine now.

Cheers.