Skip to main content
Glama
component-attributes.ts506 B
export class ComponentAttributes { enterInputField(type: string, attributeName: string, text: string) { return cy.get(`${type}.${attributeName}`).then(() => { if (type === 'input') { cy.get(`${type}.${attributeName}`).click().type(text + '{enter}'); } else if (type === 'select') { cy.get(`${type}.${attributeName}`).select(text); } else { // Handle other types if needed } }); } } export const componentAttributes = new ComponentAttributes();

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server