-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crashed after chrome was loaded #11
Comments
I'm getting the same & here's the error I'm getting 😭
|
you need to add credentials in config file |
I was also getting the same error. On searching for a quick fix, found that 'By' function along with supported attributes worked fine. Adding the code snippets and link to official selenium docs below.
The attributes available for the By class are used to locate elements on a page. These are the attributes available for By class:
The ‘By’ class is used to specify which attribute is used to locate elements on a page. These are the various ways the attributes are used to locate elements on a page:
|
Crashed after running the program
The text was updated successfully, but these errors were encountered: