WhiteHatBox
Share Page
Following(0)
Partner(s)
akeshari

How does PAGE LOAD work?

ReplyThanks 2015/03/17 12:18:23 0 0

I realise that it makes the program halt for the duration the page takes to load, but can't I just use sleep and just be fine?

Also, if I use page load, how do I use the select control feature in the page?

WhiteHatBox
2015/03/18 12:26:11

You can just use sleep action usually, but this is not perfect, I think you know it.

Page Load action is much better. After the Page Load action, you can add the select control feature.

Let's ROCK!
akeshari
2015/03/19 23:08:26
How do we add the select control feature in the page load? How does it work? What does it do? Do you mind explaining?
zhoucongcq
2015/03/20 02:41:46

"Page load wait" is an action used to determine if the page finishes loading by finding some controls in the page.

"Find Page Control" is an action that using some condition to find one html item, then you can save it or not. It is the same as "Find Control".

when all the controls have been found, the page finishes loading.


How to add "Find Page Control"? -- Move on the action "Find Page Control", then click Right button and select "Insert Find Page Control"



<< < 1> >>
VerifyCode
Advanced Option