const ContactButton = ({buttonText}) => { const openChatScreen = () => { const chatButton = document.getElementsByClassName('videoask-embed__button--SgLKO')[0]; if (chatButton) { chatButton.click(); } }; return ( ); }; export default ContactButton;