- Регистрация
- 29.01.2012
- Сообщения
- 156
- Благодарностей
- 6
- Баллы
- 0
I am regging a 2.0 site and they have added a long series of next buttons. There is no pageload since it's a window
so unless I put in an extra long delay it can overrun them and error, especially if I run many threads.
A wait for element would solve this easily, but that's not available yet right?
There are like 6 or these in a series, am I going to have to set up 6 loops
to keep checking for text presence or am I missing a better way?
ZP is great but browser based so already kinda slow, with all of these extra delays it's slower still =(
Anyone have a better way to do this?
so unless I put in an extra long delay it can overrun them and error, especially if I run many threads.
A wait for element would solve this easily, but that's not available yet right?
There are like 6 or these in a series, am I going to have to set up 6 loops
to keep checking for text presence or am I missing a better way?
ZP is great but browser based so already kinda slow, with all of these extra delays it's slower still =(
Anyone have a better way to do this?