How to load image in a specific div element

  • Автор темы Автор темы Rostor
  • Дата начала Дата начала

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 :)
 
yes - instance.ActiveTab.FindElementByAttribute(....).DrawToBitmap(true);
 
Thanks for your fast answer ... but where I ahve to put it ?
Sorry I'm new to zennoposter :)
 
in c# macros
instance.ActiveTab.FindElementByAttribute("tag", "attribute", "regular expression", "regexp", 0).DrawToBitmap(true);
 
Hmmm ... I'm trying but no way right now.

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

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