Having issues to click on months, and gender in google registration ( nothing happens), what's the trick here boys, someone knows? =) Thank you
P.s tried finding with xpath, and other ways in c#, did not help
You could also try to click on the Month Menu and then do Keyboard Emulation.
For Example you emulate the word JULY and then the Month July will be focused.
Then you can emulate clicking the ENTER button
You could also try to click on the Month Menu and then do Keyboard Emulation.
For Example you emulate the word JULY and then the Month July will be focused.
Then you can emulate clicking the ENTER button
Having issues to click on months, and gender in google registration ( nothing happens), what's the trick here boys, someone knows? =) Thank you
P.s tried finding with xpath, and other ways in c#, did not help
Since it was a combobox, you must set value as a number, I think january value is 0 and october is 9.
You can do tests in actions designer to do that thing.