Ejemplo n.º 1
0
def show_verify():
    try:
        BaseClass.driver.find_element_by_xpath(
            call.Call_fun("'Locators.json", "String4"))
        return 'true'
    except Exception:
        return 'false'
Ejemplo n.º 2
0
def verify_title():
    if (BaseClass.driver.find_element_by_xpath(
            call.Call_fun("Locators.json", "String12"))).is_displayed():
        return 'true'
    else:
        return 'false'
Ejemplo n.º 3
0
def Display_Show_Title_click1():
    val11 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String11"))
    return val11
Ejemplo n.º 4
0
def Display_Options_click():
    val10 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String10"))
    return val10
Ejemplo n.º 5
0
def Action_Bar_click():
    val9 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String9"))
    return val9
Ejemplo n.º 6
0
def App_click():
    val8 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String8"))

    return val8
Ejemplo n.º 7
0
def Animation_click():
    val1 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "xpath_Animation"))
    return val1
Ejemplo n.º 8
0
def Show_button_click():
    val7 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String7"))
    return val7
Ejemplo n.º 9
0
def Three_click():
    val6 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String6"))
    return val6
Ejemplo n.º 10
0
def Hide_show_click():
    val2 = BaseClass.driver.find_element_by_xpath(
        call.Call_fun("Locators.json", "String2"))
    return val2