Git Product home page Git Product logo

acc_contents_selenium's Introduction

Hoyoung, Jeong -- @hotorch

Blog Badge Gmail Badge Blog Badge Linkedin Badge

👋 Hi! Welcome to my GitHub place.

  • Main interests are Natural Language Processing, LLM, DL/ML, Education
  • Sub interests are Project Managing, Consulting
  • AI consultant, I love to help clients or companies solve problems with AI and make a business contribution
  • Data Analyst who eagerly wants to develop a creative solution with latest technology
  • Positive and fast learner with a fast learning curve
  • Crave constant growth through problem solving and challenges.

⚡ Tech Stack

  • Python, Pytorch, HuggingFace, Scikit-learn
  • PostgreSQL, Milvus
  • OpenAI, Langchain
  • GCP, AWS
  • Airflow
  • git, dvc
  • Gradio, Streamlit

🎨 Awards

  • Wanted X Udemy X Jocoding AI Hackathon 1st Place(2023.08)
  • Kaggle AI4Code Understand Code in Python Notebooks 82st place(2022.11)
  • Dacon Climate Technology CLS 7st place(2021.08)
  • Dacon Smishing SMS Analysis 1st place(2020.01)

👋 My Cv URL

Hits

Hoyoung Jeong's github stats

acc_contents_selenium's People

Contributors

hotorch avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

acc_contents_selenium's Issues

'WebDriver' object has no attribute 'switch_to_window'

로그인을 실시합니다
---팝업창 유의---
아래 하단 결재양식 > 톱니바퀴 > 휴가신청서와 지출결의서(개인경비)를 추가해주세요.
Traceback (most recent call last):
File "acc_selenium.py", line 53, in
driver.switch_to_window(driver.window_handles[0]) # main page
AttributeError: 'WebDriver' object has no attribute 'switch_to_window'

로그인 까지 성공 후 다음의 에러가 뜹니다.

지출결의서((개인경비

image

아래 코드에서 해당 이미지처럼 지출결의서 항목을 클릭하지 못하는 에러 발생

finance_templete = driver.find_element_by_xpath('//*[@id="26"]/a').click()

solve) click() 함수를 send_keys(Keys.ENTER) 로 변경

from selenium.webdriver.common.keys import Keys
finance_templete = driver.find_element_by_xpath('//*[@id="26"]/a').send_keys(Keys.ENTER)

selenium 버전 이슈가 있습니다.

안녕하세요.
애자일소다 선임연구원 이성령입니다

사용을 하다가 selenium 버전 이슈가 있어서 이슈 날립니다.

최신 버전인 4.0.0으로 했을 때 작동하지 않다가 3.141.0으로 설치했을 때 작동하였습니다.

좋은거 만들어 주셔서 감사합니다 :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.