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

  1. C

    Add to lines

    I have a list of values extracted from a webpage like: parta partb partc and I need to add some characters (same for each line) at the end of each line before I write it to file. How do I add these extra characters to each line?
  2. C

    Branch Builder Problems

    I have had to use the branch builder to select an option off a menu as nothing else will work. If I am on "action recording on the web page" and within the branch builder I test the action, it works :) However, the same rise in this does not work when in debug mode. So, it works in branch...
  3. C

    Best Way to Handle Email

    Hi What is the best way to handle email verification? Do I add it into the project as a step or would I be better off creating a separate project for it to be run later? I am unsure for a few reasons:- I know it can take minutes for email to arrive. It would be better to use the same proxy...
  4. C

    Example of Check File Exists?

    Trying to use the macro to check if file exists. I can not get it to work - I assume that a true goes to a successful exit and false to a unsuccessful exit. I am finding that a false just hangs for a minute and then goes to successful. I just want the thing to finish if it can not find the...