Module 18 - Dice | Selenium Forum
M
mp.mca2005 Posted on 31/05/2020

I am unable to find li tags while inspect element as shown in the video.But when I am doing it by select element, getting this error.
Please suggest me the possible solution.

Thanks


A
Ashish Thakur Replied on 01/06/2020

Its not a select dropdown. No Select tag is there

You cannot manage it with select class

This is a custom drop down. You will have to manage it by writing regular code. Click on it and then click on option in it with code.


M
mp.mca2005 Replied on 01/06/2020

Yes, I have written a regular code only now, but then I will not abe able to send the values dynamically with the help of function. Is there any other way to implement this?


Related Posts