Windows开发
The WebDriver implementation.classselenium.webdriver.remote.webdriver.WebDriver(command_executor='http://127.0.0.1:4444/wd/hub',desired_capabilities=N...
分类:Windows开发 时间:2015-04-29 23:21:41 收藏:0 阅读:472
classselenium.webdriver.support.expected_conditions.alert_is_presentBases:objectExpect an alert to be present.classselenium.webdriver.support.expected...
分类:Windows开发 时间:2015-04-29 23:15:21 收藏:0 阅读:497
The ActionChains implementation,classselenium.webdriver.common.action_chains.ActionChains(driver)Bases:objectActionChains are a way to automate low le...
分类:Windows开发 时间:2015-04-29 23:07:01 收藏:0 阅读:356
classselenium.webdriver.support.select.Select(webelement)deselect_all()Clear all selected entries. This is only valid when the SELECT supports multipl...
分类:Windows开发 时间:2015-04-29 23:01:41 收藏:0 阅读:284
The Alert implementation.classselenium.webdriver.common.alert.Alert(driver)Bases:objectAllows to work with alerts.Use this class to interact with aler...
分类:Windows开发 时间:2015-04-29 23:01:21 收藏:0 阅读:256
Exceptions that may happen in all the webdriver code.exceptionselenium.common.exceptions.ElementNotSelectableException(msg=None,screen=None,stacktrace...
分类:Windows开发 时间:2015-04-29 23:00:31 收藏:0 阅读:365
The API definitions in this chapter shows the absolute location of classes. However the recommended import style is as given below:from selenium impor...
分类:Windows开发 时间:2015-04-29 23:00:11 收藏:0 阅读:269
The Utils methods.selenium.webdriver.common.utils.free_port()Determines a free port using sockets.selenium.webdriver.common.utils.is_connectable(port)...
分类:Windows开发 时间:2015-04-29 22:58:52 收藏:0 阅读:372
The Desired Capabilities implementation.classselenium.webdriver.common.desired_capabilities.DesiredCapabilitiesBases:objectSet of default supported de...
分类:Windows开发 时间:2015-04-29 22:58:21 收藏:0 阅读:256
?? 一、实例并初始化GDI+ 位图        Bitmap image = new Bitmap(int width,int height); 二、实例并初始化绘图画面对象       Graphics g = Graphics.FromImage(image);      1.  清空并已指定的颜色填充背景              g.Clear(Color.White); ...
分类:Windows开发 时间:2015-04-29 21:52:48 收藏:0 阅读:275
17643764476459701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!