I'm using selenium to click on images and copy their keywords. However, when I choose an image, a modal windows appears (as shown in the image)
I'm trying to get the text using driver.find_element_by_xpath
, but none of the elements on the modal dialog are available. Selenium can't find any of them. Although, the elements on the back of the page (behind the modal dialog) are fine. The problem is that the elements on the modal dialog are not there.
Any help is appreciated!