วิธีการติดตั้ง Selenium ลง Python บน Windows

ตอบกระทู้

รูปแสดงอารมณ์
:icon_plusone: :like: :plusone: :gfb: :-D :) :( :-o 8O :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angry: :baa: :biggrin:
รูปแสดงอารมณ์อื่นๆ

BBCode เปิด
[img] เปิด
[url] เปิด
[Smile icon] เปิด

กระทู้แนะนำ
   

มุมมองที่ขยายได้ กระทู้แนะนำ: วิธีการติดตั้ง Selenium ลง Python บน Windows

วิธีการติดตั้ง Selenium ลง Python บน Windows

โดย Panchalee » 07/12/2017 6:20 pm

วิธีการติดตั้ง Selenium webdriver ลงใน Python

หลังจากที่เราได้ติดตั้งตัว Python และ Pycharm (โปรแกรมสำหรับเขียนภาษาไพทอน) มาแล้ว
หากใครอยากทดลองทำ Automated Testing นั้น สามารถใช้ภาษาไพทอน ในการเขียนได้
โดยใช้ Selenium เพื่อทำ Automated testing หรือ Test case ได้

โดยวิธีการติดตั้งจะมีดังนี้ เปิดหน้า Command prompt ขึ้นมา แล้วใส่คำสั่ง
"pip install selenium"

ภาพตัวอย่าง
selenium1.png
selenium1.png (5.64 KiB) Viewed 3682 times
และเมื่อติดตั้งเสร็จก็จะขึ้นข้อความดังนี้
selenium2.png
selenium2.png (10.97 KiB) Viewed 3682 times
แค่นี้ก็เป็นการเสร็จสิ้นสำหรับการติดตั้ง Selenium ลงใน Python

ข้างบน