- Регистрация
- 17.02.2016
- Сообщения
- 5
- Благодарностей
- 2
- Баллы
- 1
Hello guys!
I'm struggling with some ajax dropdown menu, which has dynamically generated css. The only way to bypass it is to emulate keyboard strokes like tab, space, arrow down and up. My script looks like this:
{TAB}{TAB} {DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN} {TAB} {DOWN}{DOWN}
Is there any way to randomize number of {DOWN} just to select random position from list?
I'm struggling with some ajax dropdown menu, which has dynamically generated css. The only way to bypass it is to emulate keyboard strokes like tab, space, arrow down and up. My script looks like this:
{TAB}{TAB} {DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN} {TAB} {DOWN}{DOWN}
Is there any way to randomize number of {DOWN} just to select random position from list?