R Rostor Новичок Регистрация 03.10.2014 Сообщения 19 Благодарностей 1 Баллы 3 26.10.2014 #1 Hi All, is it possible to specify a div element that have to load image while the instance.LoadPictures = false; ? Thanks
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 Благодарностей 791 Баллы 113 26.10.2014 #2 yes - instance.ActiveTab.FindElementByAttribute(....).DrawToBitmap(true);
R Rostor Новичок Регистрация 03.10.2014 Сообщения 19 Благодарностей 1 Баллы 3 26.10.2014 #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 Благодарностей 791 Баллы 113 26.10.2014 #4 in c# macros instance.ActiveTab.FindElementByAttribute("tag", "attribute", "regular expression", "regexp", 0).DrawToBitmap(true);
in c# macros instance.ActiveTab.FindElementByAttribute("tag", "attribute", "regular expression", "regexp", 0).DrawToBitmap(true);
R Rostor Новичок Регистрация 03.10.2014 Сообщения 19 Благодарностей 1 Баллы 3 29.10.2014 #5 Hmmm ... I'm trying but no way right now. instance.ActiveTab.FindElementByAttribute("div", "id", "top-mid-in1", "regex", 0).DrawToBitmap(true);
Hmmm ... I'm trying but no way right now. instance.ActiveTab.FindElementByAttribute("div", "id", "top-mid-in1", "regex", 0).DrawToBitmap(true);