首页 > TAG信息列表 > remotewebdriver
硒2.0如何在注册表中选择性别?
我想创建一个机器人,它将在gmail中注册帐户. 我在选择出生月份时遇到问题.我正在使用Selenium 2.0在C#上编程. 此“复杂”部分的源代码. <legend><strong id="BirthdayLabel">Birthday</strong></legend> <label id="month-label" class="month"> <spa使用FireFoxProfile与RemoteWebDriver,Selenium Grid2,导致功能异常
我试图以编程方式创建一个临时的firefox配置文件,用于selenium grid2的selenium测试. 这是我目前正在运行的代码. DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setBrowserName("firefox"); FirefoxProfile profile = new FirefoxProfile(); profc# – 通过HttpClient向Paucelabs发送PUT请求没有响应
我试图发送一个PUT请求通过their API更新Saucelabs上的作业.但是,以下代码挂起,我不知道为什么. using (var client = new HttpClient()) { var sessionId = Browser.Driver.GetSessionId(); var uri = new Uri($"https://saucelabs.com/rest/v1/{Configuration.SauceUserjavascript – 如何使用nodejs webdriver(wd)检查是否打开了警报
我正在努力写一个测试;我想检查是否存在警报,检查其文本是否存在并接受它. 我检查了How to wait for an alert in Selenium webdriver ?,How to check if an alert exists using WebDriver?和selenium 2.4.0, how to check for presence of an alert,但是我无法使用https://github.