UNPKG

qe-fe-automation

Version:
10 lines (8 loc) 366 B
const headerSelector = 'div[data-testid="header"]'; export const agentDesktopSelectors = { header: headerSelector, messageField: 'div[data-testid="chat-footer"] textarea', profileDropdown: `${headerSelector} div[data-testid="dropdown"]`, profileToggle: `${headerSelector} button[data-testid="profile-toggle"]`, sendButton: 'button[data-testid="send"]' };