For example, on the mail page:

https://health.mail.ru/company/list_moscow/apteki/ 

You need to choose one metro station, Mitino. This station is not shown so that you can just click on it, although the list is available.

Here is the locator with which visible items are clicked:

 //div[contains (@class, 'dropdown__item')]/span/span[text()='Авиамоторная' 

If possible, please write the complete solution path. I found the information that the scroll needs to be called using javascript, but there is not enough knowledge how to use it correctly.

  • first give the correct url. at this address 404 - Dmitriy Gvozd
  • What language do you write the program in? - Dmitry Nail
  • Corrected url I write on java. Found a solution, but I will be glad to your decisions. - user206844 pm
  • I am writing on vb.net and the solutions will not work, I think it will be difficult to translate the code into java. - Dmitry Gvozd

0