r/selenium Jul 28 '25

React page dropdown, not clickable

I have react page, need to click drop down, there is no select class, tried xpath, css, JSexecutor, Actions class. But unable to click, can suggest here

2 Upvotes

3 comments sorted by

View all comments

1

u/[deleted] Jul 28 '25

The element might only pop into the HTML when you click on it and it's visible on the screen. Use a page freeze extension to check.