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

  1. ohcysp

    Process files issue

    Hello, Here's what my template does: 1. Takes the DOM and adds the results to a list. The list itself have the two options enabled - load from file and saves the changes to the file. 2. Process files (the same file which list uses) -> Take text -> Put to variable. When I debug this step by...
  2. ohcysp

    Can't start the program

    Today I've tried to start ProjectMaker MP but the following appear: "License file not found". I've downloaded again the license files from the userarea but still the same. I get the same message in ZennoPoster MP. Please help. P.S. I've used MP for couple of weeks without any problem. I'm...
  3. ohcysp

    Select from dropdown list.

    Basically I want ZP to choose an option from a dropdown list. Through the "actions designer" I am able to choose an option with attribute "selecteditems" but the problem is that the value should be exactly the same as it is in the list which includes whitespaces and etc. Is it possible to set a...
  4. ohcysp

    Write variables to a file.

    I want to write the Own variables of a current template to a file in the end of the template but the file is always empty. I've tried with list processing and with Files but it's not working. :confused: EDIT: I've just closed the project and opened it again and saw that the resent changes made...
  5. ohcysp

    Logic Switch

    Can someone explain this new function?
  6. ohcysp

    Classic item search

    When I add "Rise event" to the editor there is only IntelliSearch, how to switch to "classic item search"?
  7. ohcysp

    Stoppig threads

    My template is getting lines from a text file and when there is no lines in the file I want threads to stop. Is it possible? The first part can be done by two ways - with an counter matching the lines count or with File.Exists since when there is not lines the file gets deleted. So is this possible?
  8. ohcysp

    Message from webpage.

    I get this window in one of my templates. What is the reason for this? I go trough the website manual and I can't find a reason for this.
  9. ohcysp

    Problem with parsing

    I'm trying to parse with Regex with this \<word\>.*? It is working fine but when the word is with only capital letters I can't find it. I've tried to add | and than \<WORD\>.*? but no success so far. How to make this Regex non case sensitive. Thanks in advance.
  10. ohcysp

    Bad proxies.

    I have a problem which I can't solve for couple of days and it's very important for me to solve it. My template is going trough a list of websites and it uses proxies. So in "Task Addition" I choose "Proxy - Compulsory" and "Rules for proxy - rule name". When the website is taken from the list...
  11. ohcysp

    Checker

    I'm creating a template which goes trough a list of websites and check if they are using a particular platform. I want each website from the list to be removed after successful execution of the template, so on the first step I get string 0 and don't remove it. In the end of the template I get...
  12. ohcysp

    Presence check

    Text presence check feature is very useful and it's working great! Is it possible to check for element presence? I've tried with get element, than I put a logic operation after it but when the element is not on the page(false) the template stops. I'm trying to check for presence of reCAPCTHA but...