需要帮助以选择具有imacros的gmail帐户中的月份 [英] need help to select month in gmail account with imacros

查看:71
本文介绍了需要帮助以选择具有imacros的gmail帐户中的月份的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

要创建具有imacros的gmail帐户,我已经完成了所有工作,但只遇到了月份问题,我尝试了很多,但无法选择具有imacros的月份.

To create gmail account with imacros i have completed everything but getting problem only with month, i have tried a lots but can not select month with imacros.

http://i.stack.imgur.com/nBoDI.jpg

该月份的代码为:

<div class="goog-menu goog-menu-vertical" aria-haspopup="true" role="listbox">
  <div id=":1" style="-moz-user-select: none;" role="option" class="goog-menuitem"><div class="goog-menuitem-content">January</div></div>
  <div id=":2" style="-moz-user-select: none;" role="option" class="goog-menuitem"><div class="goog-menuitem-content">February</div></div>

我尝试了以下代码:

TAG POS=1 TYPE=DIV FORM=ID:createaccount ATTR=ROLE:listbox CONTENT=#3
TAG POS=1 TYPE=DIV ATTR=TXT:July CONTENT=#3

它正在单击月份"按钮,但没有选择任何月份.

It is clicking on the month button but not selecting any month.

有人可以帮我解决这个问题吗?

Could anyone help me to sort out this problem?

推荐答案

由于gmail帐户表单自3年前发生了变化,我只是想添加当前的操作方法.我所附的图像日期为2018年11月1日.性别和月份仍然是下拉菜单,就像OP的图像在问题中所显示的那样.以下代码适用于我今天提取的gmail表单:

I just wanted to add to this the current way to do this since the gmail account form has changed since 3 years ago. The image I have attached is dated 11/1/2018. The gender and the month are still dropdowns just like it's shown in the question by OP's image. The following code works with the gmail form I pulled up today:

TAG POS=1 TYPE=SELECT ATTR=ID:gender CONTENT=3
TAG POS=1 TYPE=SELECT ATTR=ID:month CONTENT=3

#3的内容只是要选择的选项号.您可以相应地进行更改.

The #3 for CONTENT is just the option number to select. You can change that accordingly.

希望它可以帮助其他人寻找当前答案.

Hope it helps others looking for a current answer.

这篇关于需要帮助以选择具有imacros的gmail帐户中的月份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆