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

  1. T

    Help with C# FullEmulationMouseMoveToHTMLElement

    Here is what I got and it fails, nothing returns: C#: HtmlElement popWindows = instance.ActiveTab.FindElementsByAttribute ( "div" , "role" , "dialog" , "regexp" ) ; return 2; he = popWindows[3].FindElementsByAttribute ( "input" , "title" , "Choose a file to upload" , "regexp" ) ; if...
  2. T

    Need A Solution For Posting Items For Sale To LetGo.com

    LetGo.com is a leading selling app for used stuff. Currently I use Zennoposter for automation but there is no English version of Zennodroid. So I need an app that will post items for sale to LetGo.com probably by way of automation an Android app thru Bluestacks. I can provide the XML for the...
  3. T

    $$ WILL PAY! Need Help Clicking Add Photo Button In FB Marketplace

    I am writing a bot that I need help with clicking the Add Photo button in desktop version of Facebook Marketplace. I will pay for a solution. Tell me what you need to get me a solution.
  4. T

    Cannot Click Button; Tried JS, Tried C#, Tried Emulator, Manually Works Though

    Good idea Nick! Hey, I tried your idea for using mobile, but unfortuneatley FB wants to kick me over to using an app. Do you have a solution for accessing the mobile market via browser?
  5. T

    Template stopping running! Says "Profile Change", "Project Failed" and Quits

    Solved it... an error in an unlinked C# caused failure of the whole template.
  6. T

    Template stopping running! Says "Profile Change", "Project Failed" and Quits

    Help, my template that I have been working on for far too long now say wont run at all. It Says "Profile Change", "Project Failed" and Quits. Can anyone assist with this?
  7. T

    Cannot Click Button; Tried JS, Tried C#, Tried Emulator, Manually Works Though

    I guess that means that, to your knowledge, there probably isn't a method to take over the mouse pointer in order to accomplish that task. Would that be correct?
  8. T

    Cannot Click Button; Tried JS, Tried C#, Tried Emulator, Manually Works Though

    I cannot seem to solve, I am trying add an image to the FB marketplace with Zennoposter and cannot. I have exhausted all possibilities but nothing will click the Add Photos button inside of FB marketplace. /// JS VERSION function wait(ms){ var d = new Date(); var d2 = null; do {...
  9. T

    JS in ZP; Cannot test indexOf array

    Vlad, thanks for responding. I later figured out that a misplaced period was throwing an error prior to this call.
  10. T

    JS in ZP; Cannot test indexOf array

    test = flds_Exist.indexOf(fieldNames); return test; That should return a '-1' to the variable but does not.
  11. T

    ZP Javascript; Is There a way to console.log

    I am looking to use console.log for js within ZP. Is there a way to do this?
  12. T

    JS Problems; Works in Chrome Debugger

    I am trying to iterate thru arrays and fill out form fields but it doesnt seem to work in ZP. Are functions in the JS window out of the question in ZP? function setCom(){ CommPref = JSON.parse('{-Variable.myXML_userInfo-}'); if(CommPref['Tele'] == 'on'){ theEle =...
  13. T

    [SOLVED]  Javascript problems

    From what I have seen return statements dont work well and console.log is out of the question.
  14. T

    Zennoposter : Own Javascript not working

    I too am having similar problems with JS not working. I fully tested the script is Chrome debugger and it works flawlessly. Bring it over to ZP and its a different story altogether.
  15. T

    Good javascript examples using Zennoposter?

    I too, am experiencing JS problems. I wrote a bueatiful set of JS functions that I tested in Chrome editing window that fills out the forms on a page. Then I brought that into Zennoposter and nothing works. I cannot set any form values or anything. It would be so much more speedy to fill all...
  16. T

    Export to VS to use C# To Run On Android

    I have not yet dealt with VS or C# but would I be able to run the program on Android if exported to C#? Is it possible to take a Project Maker file, export it to Visual Studio, to later run on any platform including Android?
  17. T

    General question re third-party SMS services in Zenno

    Rostonix, Twilio is a popular cheap sms service for the US.
  18. T

    Help With Extracting Values Hidden In HTML filled variables

    I assigned a variable block html. Inside that block html I need to get data from it. I tried using javascript to help out in this but it didnt work. For example: {-Variable.active_groupHTML-} = '<div class="_4zoq clearfix" direction="left"><div class="_ohe lfloat"><img class="_4ig8 img _8o _8r...
  19. T

    Action 'Run program' bug or am I missing something?

    With RUN PROGRAM, is it possible or practical to execute a program like IBP, give it a set of instructions, execute, and then capture its results?
  20. T

    Upload Form not working in Actions Recorder

    Thanks, that worked like a champ. Any ideas on how to post local images?
  21. T

    Upload Form not working in Actions Recorder

    Tried to do a template for craigslist. I get zenno to take me all the way up to the category selection, but craigs uses ajax in their forms and the action is never recorded.
  22. T

    Upload Form not working in Actions Recorder

    Tried to do a template for craigslist. I get zenno to take me all the way up to the category selection, but craigs uses ajax in their forms and the action is never recorded.
  23. T

    Upload Form not working in Actions Recorder

    Its too bad that the solution was not posted online. I have the same trouble too.