本文整理汇总了Python中unit.ewslib_testcase.LIB.euh_EWS_Logon方法的典型用法代码示例。如果您正苦于以下问题:Python LIB.euh_EWS_Logon方法的具体用法?Python LIB.euh_EWS_Logon怎么用?Python LIB.euh_EWS_Logon使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类unit.ewslib_testcase.LIB
的用法示例。
在下文中一共展示了LIB.euh_EWS_Logon方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: test_open_browser_swaps_ie_for_chrome_on_mac
# 需要导入模块: from unit.ewslib_testcase import LIB [as 别名]
# 或者: from unit.ewslib_testcase.LIB import euh_EWS_Logon [as 别名]
def test_open_browser_swaps_ie_for_chrome_on_mac(self):
LIB.euh_EWS_Logon("IE", data.LOGIN_URL, "jack","frost",False)
from selenium.webdriver import chrome
self.assertIs(type(LIB._current_browser()),chrome.webdriver.WebDriver)
示例2: test_implicity_wait_is_set_from_ews_creation
# 需要导入模块: from unit.ewslib_testcase import LIB [as 别名]
# 或者: from unit.ewslib_testcase.LIB import euh_EWS_Logon [as 别名]
def test_implicity_wait_is_set_from_ews_creation(self):
test_lib = EWSLibrary(10)
LIB.euh_EWS_Logon("IE", data.LOGIN_URL, "jack","frost",False)
self.assertEquals('10 seconds', test_lib.get_selenium_implicit_wait())
示例3: test_login_negative_test_works_if_we_are_one_the_same_page
# 需要导入模块: from unit.ewslib_testcase import LIB [as 别名]
# 或者: from unit.ewslib_testcase.LIB import euh_EWS_Logon [as 别名]
def test_login_negative_test_works_if_we_are_one_the_same_page(self):
LIB.euh_EWS_Logon(data.BROWSER, data.LOGIN_URL, "jack","frost", False)
LIB.textfield_value_should_be(OR["login_username"], "jack")
LIB.textfield_value_should_be(OR["login_password"], None) #cannot read value from password field