Hi.
Take this:
if(Directory.Exists(project.Variables["dirPath"].Value))
throw new Exception("Directory exist");
Create variable dirPath.
If directory will exist it will go out to bad exit.
Useragents and browser engine version is two different things.
Not sure what You mean with overwritting but if You load profile there should be loaded useragent from that profile, if there is olf useragent then it will load olf FF version. You have to change useragent and save profile again if...
Like I said you center text in image in this case.
I have tried with this settings Image Processing action and text "This is center" was centred onto Image
You format text in place You input it and not before.
So if You want to enter on some page with html support then You input like <center>{-Variable.yourVariable-}</center> and Your text will be centred on page.
Thank You for answer. I remember there was a case in past. And DD answered that browser history is not available to sites: https://zennolab.com/discussion/threads/anonymity-problem.8550/page-3#post-52423
Also what about @Aronax question ?
Thanks
1. Merge list items in list processing will give You all list in one variable, You can set separator there also
2. Table processing ===> Record cell - to insert all Your list into your needed cell.
Cheers
Hi.
I'm sorry to hear that. Most probably they are doing investigation about this case.
On side note, Two step authentication should be enabled only after You confirm this action with email. Seems zennolab does not have this.
Free one is MonkeyEnter what is You get popup and you have to solve captcha Yourself. Other hand You can use any captcha service, they are not that expensive.
Well those are two different parameters.
Question is how to set them respectively ?
By now I set project.Profile.ScreenSizeWidth and height as screen resolution, but then what should I set in:
instance.SetWindowSize(?, ?);
thanks
Nop that's not possible.
Can You run some project then get high load and then make Diagnostic report and send to [email protected] with link to this thread.
@VladZen have any suggestions in this case ?
can rad a little there: https://zennolab.com/wiki/en:project-optimization
But You definitely have to think about what is problem, because its really WOW if You can run 10 threads on this configuration
WOW so long answer on so simple thing. lol
Not sure why You looked in OP profile for contact information that in first post there is email, skype and telegram to contact him. :)
About not allowed to send PM please open ticket in http://support.zennolab.com about that You want status client in...
When Captcha Recognation action is executed. You will get captcha answer in variable {-Variable.RecognitionResult0-} then You set this variable in captcha answer field on page.
Does that helps ?
Sorry its too hard to answer. I really have to dig deep into all options of this and its not 2 minutes sorry :)
But i can see you are on right way. Keep trying.
Hi. I do not see any problems with this action: https://i.imgur.com/bN4NlbZ.png
I have executed it and got answer:
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 20 Sep 2018 09:48:13 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 52
Connection: keep-alive...
Do You send all that data in your POST request Content area ?
In POST request Url You have to add just : https://phantombuster.com/api/v1/agent/27521/launch
And in content area just your json content:
If You content in right then all should work.
If not post updated POST request example.
It is related to tabs.
First get all tabs and then foreach all tabs and check if your tab name is present.
Tab[] tab = instance.AllTabs;
https://help.zennolab.com/en/v5/zennoposter/5.18.0.0/webframe.html#topic495.html
I have found lots of suggestions in google example https://stackoverflow.com/questions/9091/accessing-audio-video-metadata-with-net
Did You tried them?
As I understood EXIF is only for images Exchangeable image file format
Or You mean do download video split it in frame images then change exif and join back in video ? Not sure.
For video management still best way is to use ffmpeg
First of all if you want to scroll down and look for all content infinite then after some time it will become slow. As more page loads more it should handle.
How to know if there is new content. You just have to check if some new elements appear or not.
For example in twitter. You count...
Each account should have separate profile file (.zpprofile)
When You save it just use some account related data from variable profile name.
For example: [email protected]
If no separator is set then You have default separator what is new line.
So I see no problems there.
Try to change separator in list to some other than new line. And try then. If still changes from new line to specified in list then there is bug.