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

  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

    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
  6. 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...
  7. 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
  8. 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
  9. 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
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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
  15. 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