使用Python / Selenium-WebDriver在Google Plus配置文件中选择日期

时间:2016-01-08 07:33:22

标签: python-2.7 selenium-webdriver

我创建了一个Gmail帐户,然后创建了Google+。在着陆页上,它首先要求我填写性别/月/日

等个人资料

我发现没有选择标签。它是一个动态div,它使用active -

<div class="mxa MC">
<div aria-activedescendant=":1x" aria-haspopup="true" tabindex="0" aria-expanded="false" style="-moz-user-select: none;" role="listbox" class="d-k-l d-y-r-c b-Qb hl">
<div aria-posinset="0" aria-setsize="4" role="option" id=":1x" class="d-k-l d-y-r-c-ha">Select</div>
<div aria-hidden="true" class="d-k-l d-y-r-c-Qa">&nbsp;</div>
</div>
</div>

下拉列表打开后,我无法理解如何点击男/女。 html不会改变,只有类进一步扩展,aria-activedescendant值变为:1q,例如男性,:1r,以防鼠标悬停或女性

选择此属性值时,设置下一行“选择”文本将更改为男性或女性,无论选择哪个。

那么在这种情况下如何选择性别或列出项目

流程是:

我通过BlueStack创建了新的Google Play帐户,但没有要求性别/月/日

然后我在桌面上打开浏览器并打开此链接 https://plus.google.com/up/accounts/upgrade/?continue=https://plus.google.com/

您可以选择性别/月/日

0 个答案:

没有答案