Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
112 views
by Contributing Tester (20 points)
closed by

i want to select a value from the drop down. The id=periodId and the option is many in that am trying to select Last 52 weeks.

Here is the Html tag:

<select id="periodId" name="period" style="display: none;">
<option value="l4w">Last 4 Weeks</option>
<option value="l52w">Last 52 Weeks</option>
<option value="daterange">Date Range</option>
<option value="weekrange">Week Range</option>
<option selected="" value="monthrange">Month Range</option>
<option value="yeartodate">Year To Date</option>
</select>
 

i tried with the above example lines but am getting error such as Element is not currently visible and so may not be interacted with Command duration or timeout: 32 milliseconds the drop downs values are the jquery multiselect widget format

 

closed with the note: no-response
by The go-to Tester (181 points)
can you post your code you are using to select an option?


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...