How to click the first link in the li of every ul?

bambinou

Client
Регистрация
22.08.2011
Сообщения
436
Благодарностей
21
Баллы
18
Hello
I have this kind of setup:

<ul>
<li><a href="" id="oiuoiu"></a> | <a href="" id="oiuoiuoiu"></a> </li>
<li> <a href="" id="oiuoiu098"> </a> | <a href="" id="oiuoiuoiu98"> </a> </li>
<li> <a href="" id="oiuoiu980"> </a> | <a href="" id="oiuoiuoiu80808"> </a> </li>
</ul>
My problem is that I need to click the second link of every <li> inside <ul> but all the ids and classes are changing on the fly on page reload.
How to do this please?
Thank you.
 

Mr-Grey

Client
Регистрация
03.02.2016
Сообщения
88
Благодарностей
6
Баллы
8
Hi, use the XPath to solve this problem.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)