e-nms_qa_automation/locators/event_panel_locators.py

16 lines
656 B
Python
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

"""Модуль event_panel_locators содержит локаторы элементов панели событий.
Класс EventPanelLocators предоставляет XPath локаторы для взаимодействия
с элементами панели событий в тестах.
"""
class EventPanelLocators:
"""Локаторы элементов панели событий.
Содержит XPath локаторы для:
BUTTONS_BLOCK (str): блока кнопок в панели инструментов
"""
BUTTONS_BLOCK = "//nav/div[@class='v-toolbar__content']/div[@class='v-toolbar__items'][2]"