Loved it...Clear explanations and we all end up with a working tool that can be tweaked to our requirements with the new found knowledge from this tutorial..THANK YOU
Thanks for this tutorial. It is great and cleared up a lot of confusion for me. I do however have an issue in that everytime the gregslist website is opened in a new chrome window, it prompts to accept cookies. If unanswered this prompt then results in the code crashing when it attempts to navigate to the 2nd page of data. Any thoughts how the answer to the prompt for cookies might be automated please ? Many thanks
Thanks for your videos, do you have an example of how to interact when the combos are loaded dynamically, or when you open a link but you have to wait for it to finish loading so that the code works correctly, I still haven't found a way to interact with those events and depending on what Sometimes it works and sometimes it doesn't.
After Installing Selenium on all browsers and testing browser at 4:01 VBA pops out the following error: Run-time error '13': UnknownError unknown error: cannot find Chrome binary (Driver info: chromedriver=2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4),platform=Windows NT 10.0 x86_64) Selenium Type Library is enabled.
you need to grab the chromedriver that is compatible with your version of chrome and replace the one that present in the Selenium folder. I had the same issue and this fixed it for me
Loved it...Clear explanations and we all end up with a working tool that can be tweaked to our requirements with the new found knowledge from this tutorial..THANK YOU
Very good tutorial
Hello , love your code, but seem to run into a problem now then selenium couldn’t support chrome version 128, how can I resolve this, many thanks
Thanks for this tutorial. It is great and cleared up a lot of confusion for me. I do however have an issue in that everytime the gregslist website is opened in a new chrome window, it prompts to accept cookies. If unanswered this prompt then results in the code crashing when it attempts to navigate to the 2nd page of data. Any thoughts how the answer to the prompt for cookies might be automated please ? Many thanks
Thanks for your videos, do you have an example of how to interact when the combos are loaded dynamically, or when you open a link but you have to wait for it to finish loading so that the code works correctly, I still haven't found a way to interact with those events and depending on what Sometimes it works and sometimes it doesn't.
After change in selenium chrome driver, how to interact with existing chrome browser
Grate video . Can you share Link to download code?
After Installing Selenium on all browsers and testing browser at 4:01 VBA pops out the following error:
Run-time error '13':
UnknownError
unknown error: cannot find Chrome binary
(Driver info: chromedriver=2.21.371459
(36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4),platform=Windows
NT 10.0 x86_64)
Selenium Type Library is enabled.
you need to grab the chromedriver that is compatible with your version of chrome and replace the one that present in the Selenium folder. I had the same issue and this fixed it for me