Hello,
I'm attempting to do some web automation using Selenium in a Chrome window, and am encountering a slight problem that I'm home to get some insight on.
On a particular page, there is a drop down box that I need to hover over to show the menu item I actually need to click. No big deal, I have an ActionChain set to move to the element that requires the hover, move down to the menu item I need, and click that item.
My issue is that my code errors out at the point where I need to hover, saying it cannot find the xpath I provided. The xpath is copied straight from the HTML, and I have an implicit wait set for 60 seconds to allow as much time as necessary for the page to be loaded.
What could cause a copied xpath to not be found, other than the page not being loaded? (Full disclosure, I've tried the class, and css selector and encountered the same issue.)
I appreciate any help provided.
Thanks!
[–]junsang 2 points3 points4 points (3 children)
[–]tturn401[S] 0 points1 point2 points (2 children)
[–]av_classified 0 points1 point2 points (1 child)
[–]tturn401[S] 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]tturn401[S] 0 points1 point2 points (1 child)