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

  1. C

    Need help on Pinterest Pin Description

    Hi Even few days back my bot was working fine. Something changed now there is no way I can put pin description in the following page https://www.pinterest.it/pin-builder/ I will really appreciate it if you please provide me a sample code for that part. Thanks Raj
  2. C

    Need help on facebook post

    Hi I have searched this forum but the problem is not solving. I am making a video post on facebook but while asking for video description, no matter what I put and publish it is coming to blank. I tried slow input etc. I think where I am putting the input is incorrect. Can you please provide a...
  3. C

    Google Slide api giving error

    Hi I am trying to call google slide api like below in Zennoposter Post { "requests": [ { "createImage": { "url": "{-Variable.prod_image-}", "elementProperties": { "pageObjectId": "{-Variable.slideno-}", "size": { "width": { "magnitude": 300, "unit": "PT" }, "height": {...
  4. C

    SMS module giving error

    Hi In the latest version I was trying use the SMS services module for SMS-Reg. 1. I put the secret key in option and connected successfully for SMS-Reg. 2. Now try to retrieve a number by get number. I am getting no API key specified error. I could not find a place where I need to put the...
  5. C

    screenshot from this site

    aha! I did not see that. Works like a charm :) Man your tools is a life changer for me. Whatever money I started making online is because of your tool only. Its a beautiful piece of software. If you need any testimony let me know. I can write up something for your tool :-) Thanks Raj
  6. C

    screenshot from this site

    Hi The code was working fine until I upgraded Zenno to the latest version. looks like some changes is needed but I could not figure it out . Now if I run this it gives OwnCode Parameter is invalid. Try to capture any image using this and it will not work in the version 5.9.3.1. It is still...
  7. C

    How to compare two ip addressed

    Hi I found the solution of the problem. Put those two variables into javascript and them compared and it worked. Thanks Raj
  8. C

    How to compare two ip addressed

    Hi I am having some hard time to compare two ip addresses stored in two variables. Could you please tell me the exact way I need to put it in if statement? so far I tried this but it did not result any true or false: '{-oldip-}'='{-newiip-}' or '{-oldip-}'!='{-newiip-}' nothing worked. Thanks Raj
  9. C

    Dailymotion capcha solve

    Guys! I digged out some video from google. Please check it and my prolem is resolved now: Thanks Raj
  10. C

    Dailymotion capcha solve

    Hi there Please solve this problem for me. Dailymotion has capcha system during registration which I no way can record. it is not getting recognized as a capcha. Could you please give me a sample script just for recording the capcha part. this is the url where you can see it...
  11. C

    Put table column in a list

    :rolleyes: not sure how I missed that simple solution. Thanks Raj
  12. C

    Put table column in a list

    Hi I have a csv file which has multiple columns. I open it through a table. Now I would like to put all values of the first column in a list. is it possible? Thanks Raj
  13. C

    How to trim all special charecters?

    Thank you. this perfectly worked. One more note for other users. * and ? needs to be replaced separability as text as they are used in regular expression. Raj
  14. C

    How to trim all special charecters?

    Hi I want to trim all these special characters from a variable \ / : * ? " < > |. Now tried the wordprocessing - trim - own characters. But it did not work. Please let me know what is the correct way to put them in that box so that it works. Thanks Raj
  15. C

    cannot open a site

    Thanks for the info. Can you please tell me how to set that in Zenno? Thanks Raj
  16. C

    cannot open a site

    Hi I am trying to open this url using zenno and it is stuck and not loading the full page. Can you please let me know what else I need to do? http://live.feedjit.com/live/aserenescene.blogspot.com/0/ In normal browser like firefox it is opening fine. Thanks Raj
  17. C

    Process must exit before requested information can be determined.

    Ok guys! I found a solution by myself. I just put some exit timeout and it is working fine now. Keeping the thread for others. Raj
  18. C

    Process must exit before requested information can be determined.

    Hi Whenever I am trying to run this batch it is saying "Process must exit before requested information can be determined." batch details: taskkill /f /im "HMA! Pro VPN.exe" start "" "C:\Program Files (x86)\HMA! Pro VPN\bin\HMA! Pro VPN.exe" if I run the batch manually it is working...
  19. C

    Slow Copy paste of text

    perfect. You are just great!:) Raj
  20. C

    Slow Copy paste of text

    Hi I am seeing this problem for quite a few sites. This time I am automating diigo group post. What I see the content of the post is getting copied like by line (or may be word by word) instead of whole text block copied at one go. Hence to make one post only it is taking almost a minute. Is...
  21. C

    Regex issue with xml file

    You rock man! I have just realized that too. It is just not showing the #. Thank you so much! Raj
  22. C

    Regex issue with xml file

    Thanks for the answer. But it still did not work. Even with the shortest match option enabled. Any other help? Raj
  23. C

    Regex issue with xml file

    Hi I am trying to regex the attached xml file and put all the occurrences of text between <content:encoded><![CDATA[ and ]]></content:encoded> in a list so that I can process it later. I am using the regex code (?<=<content:encoded><!\[CDATA\[)[\w\W]*(?=]]></content:encoded>). But somehow it...
  24. C

    How to simulate Shift function

    ok thanks. Raj
  25. C

    How to simulate Shift function

    Hi I want to simulate the shift function in zenno..the automation is click on the first element (web element) and press shift button and then select the last one. that way all the files are selected. Please let me know how I can do that. All the file icons are web based only not talking about...
  26. C

    How to deal with actual window?

    Hi I am trying to export wordpress posts. When I click on export button in wordpress it actually opens a window where I need to specify the file path and click save. Can I do it in Zenno (lite version)? Please help. Thanks Raj
  27. C

    Basic question on Capcha

    Ok..I just found it but leave this thread as if somebody else also need to know that. It is Click on start in project maker and goto setting and you got it. Thanks Raj
  28. C

    Basic question on Capcha

    Hi I am new to Zenno poster so forgive me for a basic question. I used the search forum but not finding this information. Where do I set the credential (uid and PW) for my Capcha service? I am using deathbycapcha. Thanks Raj