Hi all:
I'm new to Selenium, trying to scrape a cruise
website, after successfully closed a cookie consent page, it
should go to a cruise detail page, but instead it opened a blank
page, what I'm missing?
There must be several reasons for this failure .
1.Maybe the content you are searching for is available on another page.(For that you must use window handles)
2.Clicking element too early
3.Maybe the element is not visible.(JavaScript issue)
4.May be be the element is in iframe.
5.click happened so early.
(use waits)
Please provide code for better understanding.
Hi all:
I'm new to Selenium, trying to scrape a cruise website, after successfully closed a cookie consent page, it should go to a cruise detail page, but instead it opened a blank page, what I'm missing?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/selenium-users/cae9068c-86b6-465b-9b07-e303ff90a6db%40gmail.com.