Message: element click intercepted: Element
…
is not clickable at point (506, 21). Other element would receive the click:
Hatası alıyorum
Hata veren kod
if driver.find_elements_by_css_selector(‘div.related-question-pair’):
questionIndex = 1
questions = driver.find_elements_by_css_selector('div.related-question-pair')
questions[-1].location_once_scrolled_into_view
while(questionIndex < totalClicks):
questions[questionIndex].click()
time.sleep(5)
questions = driver.find_elements_by_css_selector('div.related-question-pair')
questions[questionIndex + 1].location_once_scrolled_into_view
questionIndex = questionIndex + 1