Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
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.