Login_Label = driver.find_element_by_xpath('//*[@id="loginRegisterTabs"]/ul/li[1]')
Login_Label.click()
time.sleep(3)
email = driver.find_element_by_xpath('//*[@id="loginForm"]/div[1]/div/input')
email.send_keys('asdasd21@gmail.com')
time.sleep(3)
password = driver.find_element_by_xpath('//*[@id="loginForm"]/div[2]/div/input')
password.send_keys('asdasd21')
time.sleep(3)
Login_Button = driver.find_element_by_xpath('//*[@id="loginForm"]/p/button[1]').click()
time.sleep(3)
start = driver.find_element_by_xpath('//*[@id="joinGame"]/button').click()
time.sleep(15)
handles = driver.window_handles
for handle in handles:
driver.switch_to.window(handle)
print(driver.title)
if driver.title == 'Gladiatus Province 38':
element = driver.find_element_by_xpath('//*[@id="joinGame"]/button/span[2]').click()
element=driver.find_element_by_xpath('//[@id="expedition_list"]/div[1]/div[2]/button').click()
error1:第39行,在login in element=driver.find_element_by_xpath('//[@id=“joingame”]/button/span[2]')中。单击()error2:selenium.common.exceptions.nosuchelementexception:消息:没有这样的元素:找不到元素:{“method”:“xpath”,“selector”:“//*[@id=”joingame“]/button/span[2]”}(会话信息:chrome=81.0.4044.138)
您可能正在尝试定位不在页面上的xpath。再次检查您的网页并找到正确的元素
问题2:点击红色按钮后,如何使用python selenium在弹出窗口中获取按钮上的元素? element:button type=“button”class=“swal2-confirm swal2-styled”aria-label=“”style=“background-color:rgb(48,133,214);border-left-color:rgb(48,133,214);bord
我试图登录到beeradvocate.com抓取(抓取)一些啤酒数据。我试过硒,但失败了。 这是html 我尝试使用名称、值和类,但一切都失败了。我最后一次尝试Xpath,但也失败了。 网站和检查 我的代码: 我已经使按钮工作: 然而,我需要能够执行发送_键来输入id和pw来登录。。。有人知道吗?
听众 配置 我正在使用Azure Service Bus Spring Boot Starter连接已启用会话的Servicebus主题/订阅,但无法连接以下消息:需要会话的实体不可能创建非会话消息接收器。
我无法从下拉列表中选择一个选项,该选项通过单击输入框可见。我在c#中使用Selenium。功能如下; 打开网页 点击目标输入框 这会导致显示目的地下拉列表 从此列表中选择一个选项 然后将选项写入目标输入框 此列表的超文本标记语言是; 我的测试代码是以下; 运行此测试会产生以下错误; OpenQA.硒元素不可见异常 : 元素不可见: 元素当前不可见,不能纵 我尝试在找到country list类之前
问题内容: 我正在尝试在以下网站中输入用户名和密码:https : //www.thegreatcoursesplus.com/sign- in 这给出了以下异常: 然后我尝试使用Java脚本: 没有错误,但没有文本发送到“电子邮件地址”字段。 有人可以指导我以正确的方式输入电子邮件地址,密码,然后单击“登录”。 感谢您的协助 问题答案: 此错误消息… …表示所需的 元素 在 WebDriver
在我的Vaadin应用程序中,当Vaadin在“session Timeout”消息之后没有使会话无效时,我遇到了一个问题。收到此消息后,用户有时可以单击链接或刷新页面,并继续工作,就像他们仍在登录一样。我使用以下参数: Last参数(session-timeout)也在context.xml(session-timeout=900)和web.xml(session-config/session-