I am currently facing an issue where I am attempting to choose specific values from two Ajax drop down fields. The first drop down list opens up, but it is not selecting any options, which in turn prevents the second drop down list from populating. This error message shows up:
org.openqa.selenium.NoSuchElementException: Unable to locate element: option[value="111"].
Any assistance would be greatly appreciated as I am still new to working with Selenium.
Below is the code snippet that I am currently using:
HTML Block: