How to load image in a specific div element

Rostor

Новичок
Регистрация
03.10.2014
Сообщения
19
Благодарностей
1
Баллы
3
Hi All,
is it possible to specify a div element that have to load image while the instance.LoadPictures = false; ?
Thanks :-)
 

LexxWork

Client
Регистрация
31.10.2013
Сообщения
1 190
Благодарностей
786
Баллы
113
yes - instance.ActiveTab.FindElementByAttribute(....).DrawToBitmap(true);
 

Rostor

Новичок
Регистрация
03.10.2014
Сообщения
19
Благодарностей
1
Баллы
3
Thanks for your fast answer ... but where I ahve to put it ?
Sorry I'm new to zennoposter :-)
 

LexxWork

Client
Регистрация
31.10.2013
Сообщения
1 190
Благодарностей
786
Баллы
113
in c# macros
instance.ActiveTab.FindElementByAttribute("tag", "attribute", "regular expression", "regexp", 0).DrawToBitmap(true);
 

Rostor

Новичок
Регистрация
03.10.2014
Сообщения
19
Благодарностей
1
Баллы
3
Hmmm ... I'm trying but no way right now.

instance.ActiveTab.FindElementByAttribute("div", "id", "top-mid-in1", "regex", 0).DrawToBitmap(true);
 

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