Forum Discussion
Abramova
Staff
14 years agoHi,
To scroll up/down the page, you can use the following statement:
page.MouseWheel(-2);
To change the size of web page elements, you can use the following code:
page.MouseWheel(-3, skCtrl);
Hi,
To scroll up/down the page, you can use the following statement:
page.MouseWheel(-2);
To change the size of web page elements, you can use the following code:
page.MouseWheel(-3, skCtrl);