Зміст курсу
Selenium Project
Fill out a Form (Bonus)
This is a bonus chapter! We will now understand how we can send key commands to a webpage and, for example, fill out a login form.
Завдання
- Open the following website
https://www.stealmylogin.com/demo.html
; - Send the username and password to the form; P.S. DO NOT USE YOUR "REGULAR" PASSWORD
- Click on the tag that has
submit
type; - Print
page_source
.
Congratulations on completing your project on selenium
in Python! It's impressive to see the skills you've developed in automating web interactions and testing web applications. Your dedication and hard work have clearly paid off, and you should be proud of what you've accomplished. Your project will undoubtedly be a valuable asset to your portfolio and demonstrate your abilities to potential employers. Keep up the great work, and I can't wait to see what you tackle next!
Дякуємо за ваш відгук!
This is a bonus chapter! We will now understand how we can send key commands to a webpage and, for example, fill out a login form.
Завдання
- Open the following website
https://www.stealmylogin.com/demo.html
; - Send the username and password to the form; P.S. DO NOT USE YOUR "REGULAR" PASSWORD
- Click on the tag that has
submit
type; - Print
page_source
.
Congratulations on completing your project on selenium
in Python! It's impressive to see the skills you've developed in automating web interactions and testing web applications. Your dedication and hard work have clearly paid off, and you should be proud of what you've accomplished. Your project will undoubtedly be a valuable asset to your portfolio and demonstrate your abilities to potential employers. Keep up the great work, and I can't wait to see what you tackle next!