
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/d96c445e-fd18-431b-b72d-ab19d304eaa1%40googlegroups.com.
Don't use select value, treat the items in the drop-down as if they were any other element on a page. As you mentioned, just click the drop-down then click the item in the drop down menu. Not all drop down menus are created equal.Select value refers to drop down menus that actually have value tags, at least to my knowledge. In your case they're just span tags so click the span that contains the text you're looking for. Hope this helps.
On Sun, May 31, 2020, 6:51 AM Rohit Singh <rohitc...@gmail.com> wrote:
Hi,--I have tried to select a value from the drop-down and I am not able to select a value . I am using the Page object model.Code:- First I have to click on Select Frequency then select monthly or daily
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seleniu...@googlegroups.com.