Skip to content

'Main' object has no attribute 'driver' #3

Description

@cldborges

Hello. When I run your code, the Chrome doesn't open and I receive this error:

Traceback (most recent call last):
File "g:\Meu Drive\Python\Projetos\Jogos gratis Epic Games\teste-google-login-bypass", line 31, in
driver.login(email, password)
File "g:\Meu Drive\Python\Projetos\Jogos gratis Epic Games\teste-google-login-bypass", line 15, in login
WebDriverWait(self.driver, 20).until(EC.visibility_of_element_located((By.NAME, 'identifier'))).send_keys(f'{email}\n')
AttributeError: 'Main' object has no attribute 'driver'

I'm trying to make a automation that enter in Epic Games site and "buy" week free games
https://github.com/cldborges/Jogos-gratis-Epic-Games

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions