Недавний контент txseo

  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...