In VB6, I am unable to click skip_ad_button. I get the Runtime error:
runtime error 438 :object does not support this property error
What is the alternative to
WebBrowser1.Document.GetElementById("skip_ad_button").InvokeMember ("Click")
in VB6?
The runtime error is telling you that one of the objects you are using does not have the method you are calling. The possibilities are:
Without knowing your exact object structure it would be very difficult to give a definitively correct answer. Reading this page may give you a starting point but you need to do some research.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With