Результаты поиска

  1. A

    How can I get child element and use it?

    I have a task: 1. I need to find element which contains particular text. 2. When I find this element, I need to get child element (a element with class). 3. For this element (a element with class) I need to rise event "click". How can I do this? Currently there is no way to get child element...
  2. A

    How can I emulate a mouse wheel scroll?

    I need to emulate that a user scrolls a page to down gradually.
  3. A

    I have added the C# code for converting images.

    Hello, I have added the code for converting images in C#: string imagePath = project.GlobalVariables["GlobalData","Image"].Value; Bitmap tempBmp = new Bitmap(imagePath); Bitmap bmp = new Bitmap(tempBmp, 120, 120); bmp.Save( project.Directory + @"\..\temp\site.jpg"...
  4. A

    How can I see a list of all available classes and medthods for PHP?

    I want to use CodeCreator with PHP language, but I don't know where I can see a list of all available classes with methods and their params.
  5. A

    How to change format and size of image using ZennoPoster?

    is there a way to change format and size of image before upload it on the site which is processed by template?
  6. A

    Written templates by me suddenly stopped working!

    I am using demo version of zenoposter. I wrote several templates which publish some content on websites. I am satisfied with demo version. It worked few weeks. But, suddenly one template stopped working and after few days the rest of them too. I reinstalled zeno poster - it didn't help, then I...