Python selenium tutorial for Login Automation

preview_player
Показать описание
In this python selenium tutorial, we would be creating a login automation which help us in logging into linkedin page. Though this is just an example of various capabilities of selenium module which is available through python as a coding language. We have resorted to login automation just because many people who are working as automation engineers or people in corporate will try to pull out reports or files while pushing their login details hence following the code, you will easily be able to develop such automations without any issue.

Please comment below if you have any ambiguity or want us to create more videos on selenium module.

You can reach out to us on the below platforms
Instagram: CODINGCASUALLY

Please Like, Share, Comment and Subscribe to Channel
Рекомендации по теме
Комментарии
Автор

thanks for your tutorial!
I have a couple of questions: Selenium 4.3.0
* Deprecated find_element_by_* and find_elements_by_* are now removed (#10712)
* Deprecated Opera support has been removed (#10630)
* Fully upgraded from python 2x to 3.7 syntax and features (#10647)
* Added a devtools version fallback mechanism to look for an older version when mismatch occurs (#10749)
* Better support for co-operative multi inheritance by utilising super() throughout
* Improved type hints throughout

WIth this update, what would the syntax be?

Inaki
Автор

Browser is getting auto closed without giving driver.close() . What can be done to resolve this?

nishant_prasad
visit shbcf.ru