How to select value from a drop-down box in ZennoPoster??

KinikuMan

Senior Member
Joined
Nov 7, 2010
Messages
1,085
Reaction score
581
Hi guys!I'm new on ZP and I'm still learning how to use it.Today I got a problem.When I try to create a template to register gmail.In the step which I have to choose Male/Female it show a drop down box.I click on the drop-down box and choose male it 's not added to my template tree.I don't know how to select it.I try to search on google and found some answer that I need to disable Javascript on browser in order to select drop down box easy but gmail won't work without Javascript.Please help me.Thanks
 
uncheck activate scripts in the macro recorder and continue the recording.
It should have recorded a value of 1 or 0 (depends on whether you select male or female).

if you want it to choose randomly then change the attribute value to "{-Random.Int-|-0-|-1-}" without quotes.

{-Random.Int-|-0-|-1-} - to randomly assign 0 or 1.

Hope this helps. If it doesn't PM me.
 
While recording, right-click and use branch creator... their forum is better for asking these questions btw ;)

If it doesn't work, shoot over your template and i'll help.
 
uncheck activate scripts in the macro recorder and continue the recording.
It should have recorded a value of 1 or 0 (depends on whether you select male or female).

if you want it to choose randomly then change the attribute value to "{-Random.Int-|-0-|-1-}" without quotes.

{-Random.Int-|-0-|-1-} - to randomly assign 0 or 1.

Hope this helps. If it doesn't PM me.

Do you mean I need to press "Stop Recording" button?I can't see activate scripts anywhere

Thanks

While recording, right-click and use branch creator... their forum is better for asking these questions btw ;)

If it doesn't work, shoot over your template and i'll help.

Yeah but what value to put in brach??Sorry I'm noob

I created an account on their forum but I can't create new thread so I decide to post my questions here.There are so many pro on this forum so I think I can find a good answer

Thanks for help me
 
Last edited:
Hey, I wouldn't reccomend to get started with Google automation, since it has most strong protection against bots.
In this case it is not usual input with select. It is <div> colletion or <span>.
In the 3rd version only way to handle this is use of CodeCreator with emulations lib.
In the new version ZennoPoster MP you can do that by using click on span with outertext Month. (use action designer by clicking right mouse button on element)
then click the month from the list. With gender you should find a div with outertext I am...and click male/female
Also there is a way by using search by picture.
 
Hey, I wouldn't reccomend to get started with Google automation, since it has most strong protection against bots.
In this case it is not usual input with select. It is <div> colletion or <span>.
In the 3rd version only way to handle this is use of CodeCreator with emulations lib.
In the new version ZennoPoster MP you can do that by using click on span with outertext Month. (use action designer by clicking right mouse button on element)
then click the month from the list. With gender you should find a div with outertext I am...and click male/female
Also there is a way by using search by picture.

So this can be done easily with ZP4 right?

and is it possible or impossible to be done with ZP3?I will learn about CodeCreator but could you tell me how

In Project Maker of ZP3 if I disable Javascript of IE so it choose month and gender easily so any suggestions?

Thanks
 
Last edited:
Back
Top