Skip to content
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

Exception google:cat - 'WebDriver' object has no attribute 'find_element_by_tag_name' #44

Closed
adsf0427 opened this issue Jul 9, 2022 · 2 comments

Comments

@adsf0427
Copy link

adsf0427 commented Jul 9, 2022

when I run the program, this problem oocured:
Exception google:cat - 'WebDriver' object has no attribute 'find_element_by_tag_name'

@justcodew
Copy link

   replace  find_element_by_tag_name with self.browser.find_element(By.TAG_NAME,"")
    # elem = self.browser.find_element_by_tag_name("body")
    elem = self.browser.find_element(By.TAG_NAME,"body")

@YoongiKim
Copy link
Owner

Thank you for commenting! Error fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants