1

I'm trying to automate form filling and I'm running into an issue with Selenium. I have several drop down options that are coded differently than usual in HTML. Their class is "selectize-dropdown-content". I'm not able to select the options and have tried a lot of solutions which all failed. I added a screenshot in case anyone can help.

Thank you! HTML Code of page Drop-down menu

3
  • What url is it? Normal procedure concerning div tags are a click and then find the element which correspond to your element and click. Commented Dec 1, 2021 at 7:09
  • How would I find the element that corresponds to my element? I've tried so many things and it hasn't worked. Only thing I managed to do is click on the bar to display the options. I tried choosing the other option through their xpath but it doesn't seem to work Commented Dec 1, 2021 at 7:18
  • I'm assuming //div[@class='selectize-dropdown-content']//div[1] would work but I'd need more to test. Commented Dec 1, 2021 at 7:50

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.