Skip to content
Advertisement

Tag: dropdown

How to solve “org.openqa.selenium.support.ui.UnexpectedTagNameException: Element should have been “select” but was “input”” selenium error

I’m going to get the default selected value of the below dropdown I wrote below code to do it. But this throws the following error org.openqa.selenium.support.ui.UnexpectedTagNameException: Element should have been “select” but was “input” How can I fix this? same code is working perfectly for dropdowns that don’t have “value” attribute. Answer The only explanation is there is another element

React.js How to define a custom id, rather than showing react-select-1–value in html

How do I change the React.js application to stop randomly allocating inputIds, so that Selenium will work consistently? I’m working with Selenium and a React.js application. The application is constantly under development. I have a Selenium method working to randomly select the react dropdowns using a single, reusable method, but the ids of the react dropdowns keep changing for some

Advertisement