o
    i                     @  sH   d Z ddlmZ ddlmZ dddZdddZdddZdddZdS )z6Navigate and interact with the OfficeSite Manage menu.    )annotations)Pagereturnboolc                 C  st   z/|   dkr
W dS t| dr| jn| }z|jdd W n	 ty%   Y nw |jddd W dS  ty9   Y dS w )	Nr   Ffirst  timeouti  Tr	   force)counthasattrr   hover	Exceptionclick)loctarget r   d/var/www/html/flask_server/apps/aroflo_connector_app/ui_automation_zones/common/officesite/manage.py
_try_click   s   r   pager   Nonec                 C  s   |  d|  d| jddd| jddd|  d|  d|  d	|  d
|  d|  dg
}|D ]>}z3| dkr;W q0t|drC|jn|}z|jdd W n	 tyV   Y nw t|rd| d W  dS W q0 tyn   Y q0w t	d)u7   
    Abre el menú Manage desde la barra superior.
    z[data-aroflo-menuitem='Manage']z.menuBtn.type-managelinkManagenamebuttonza:has-text('Manage')zbutton:has-text('Manage')ztext=Managezspan:has-text('Manage')zdiv:has-text('Manage')zli:has-text('Manage')r   r   r   r      NzManage menu not found)
locatorget_by_roler   r   r   r   r   r   wait_for_timeoutRuntimeError)r   
candidatesr   r   r   r   r   open_manage_menu   s:   
r#   labelstrc                C  s   |pd  }|std| jd|d| jd|d| d| d| d| d| d	| g}|D ]	}t|r< d
S q3td| )uA   
    Click en una opción dentro de Manage (ej: Timesheets).
     zMissing label for manage itemr   r   r   za:has-text('z')zbutton:has-text('ztext=NzManage item not found: )stripr!   r   r   r   )r   r$   r"   r   r   r   r   click_manage_item9   s   r(   c              	   C  s   |  dj}| rz
|jddd W dS  ty   Y nw |  dj}| r<z
|jddd W dS  ty;   Y nw dD ]}z
t| |d W  dS  tyS   Y q>w td	)
z-
    Shortcut para Timesheets/Timesheet.
    z)[data-aroflo-menuitem='manage-timesheet']i  Tr
   Nza[href*='Timesheet/Index.cfm'])
Timesheets	Timesheet)r$   z(Timesheets option not found under Manage)r   r   r   r   r   r(   r!   )r   directhrefr$   r   r   r   click_timesheetsP   s0   r-   N)r   r   )r   r   r   r   )r   r   r$   r%   r   r   )	__doc__
__future__r   playwright.sync_apir   r   r#   r(   r-   r   r   r   r   <module>   s    


#