Skip to main content

How to Check for Google Sign-In Option in a Webpage Using Automation?

Created
Active
Viewed 61 times
0 replies
1

Imagine you have all resources (JS file, JSON file, HTML, CSS, Images etc..) of a login webpage. How can you confidently determine if the page offers a sign-in with Google option using JavaScript automation? Exclude approaches reliant on finding specific English phrases like ‘connect with Google’, ‘continue with Google’, or ‘continue via Google’, as they may fail on non-English websites. Possible approaches or tools that could help automate this verification process effectively.

Working on a project where I would add what additional useful features a website can add to make it better and faster.