Selenium Basic Method

Dahun Yoo·2020년 5월 7일
0

Selenium Basic Method

자주 쓰는 메소드들

  • getTitle()

  • getCurrentUrl()

  • getPageSource()

  • get()
    - move to website

  • getElement()
    - By
    - id, className, name, Xpath, css, linkText

  • getText()
    - 화면상의 어떠한 텍스트를 얻을 때.

  • navigate()
    - back()
    - forward()
    - to()

  • close() : close current browser

  • quit() : all the browser opened by selenium script

profile
QA Engineer

0개의 댓글