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

  1. M

    How to use xpath in C# code to remove multiple html elements with specific words inside?

    Someone, any suggestion?
  2. M

    How to use xpath in C# code to remove multiple html elements with specific words inside?

    I get DOM result from wabpage/url to variable, from there I clean it a little bit with regex where I can and keep only the <body> </body> part. From there I have a txt file with different words (aside, sidebar, widget, login, register), over 50 words in total, and I just want to check html tags...
  3. M

    How to serialize and base64_encode in zenno?

    @SOS Cartões thanks :)
  4. M

    How to serialize and base64_encode in zenno?

    @SOS Cartões any suggestion on how to do it? I'm not a c# coder. If you can do it I'm ok to pay for the code .
  5. M

    How to serialize and base64_encode in zenno?

    I have the below php code: <?php $data = array( "api_key"=>"myApiKey", "user"=>"username", "status"=>"active", "project"=>"projectName" ); $data = base64_encode(serialize($data)); ?> With above results I will send a GET request, but how to serialize and base64_encode in...
  6. M

    Auto Restart Zenno at Windows Restart

    in the end we added zennoposter to windows server startup folder but problem will be when zenno makes an update because we need to remember to add new update to startup folder and delete old one, because as I notice each update in zonno does get new folder
  7. M

    Auto Restart Zenno at Windows Restart

    Is there a way to instruct zennoposter to restart on windows restart. There was an environmental power failure and servers start automatically but zennoposter doesn't and we only notice this in the morning when we logged into the server, that's after over 12 hours. We have templates that runs...
  8. M

    xpath on variable with text processing

    +1 for this . It's a life saver for those with low c# knowledge. I'd love to see xptah selection option in: * text processing. * data tab - take DOM >> parse results >> beside regex to also have xpath
  9. M

    How To Pass Variable in List File Path Name?

    Nice and smart way to do it, thanks again @VladZen , works perfectly
  10. M

    How To Pass Variable in List File Path Name?

    PS: test was done in project maker with zenno version v.5.12.0.0
  11. M

    How To Pass Variable in List File Path Name?

    I have a multi level scraping project and a I want to save each level data to a file. For easier template building I chose to create a variable with each level of scraping and after that pass that variable to list file path. Problem is that zenno doesn't save the files with variable for level...
  12. M

    Can't inject mandatory tokens in headers?

    Thanks so much @VladZen it seems to be working now. I used similar way of what you did, but in "More">>"User agent"I didn't added the: {-Profile.UserAgent-} Content-Type: application/json I just added the token headers (facepalm) Anyway, thanks a lot, it work now :)
  13. M

    Can't inject mandatory tokens in headers?

    Yes @VladZen I want to create the Get-request with required headers. Forgot to mention that.
  14. M

    Stuck on Google Login Form (Chrome browser profile)

    @jcknick I had some similar problem, just that in my case I had problems with UA, seems that zp has old ua's as inbuild solution. Solution is easy. Use only Firefox as browser, don't use chrome or safari, etc, and add latest Firefox UserAgent directly in template. This will solve your problem...
  15. M

    Can't inject mandatory tokens in headers?

    @rostonix , @VladZen or @anyone any suggestion? Thanks