#22 - Automatic Login (No need to write Login Steps) in Playwright - Java

preview_player
Показать описание
In this video, I have explained how to perform Auto Login (No need to write Login Steps) in Playwright.

Schedule a meeting in case of any queries/guidance/counselling:

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Naveen AutomationLabs Paid Courses:
GIT Hub Course:

Java & Selenium:

Java & API +POSTMAN + RestAssured + HttpClient:
Рекомендации по теме
Комментарии
Автор

Thank you for your respsonse and dedication to what you are doing to the testing community, you are the man 🙏

Daniel-zqnx
Автор

The playlist is very good Naveen. The concept of no login would not work if the token/session has an expiry. If the applications use the mechanism of short lived tokens, then we need to login again

caseworker
Автор

awesome, we can use it inside Before annotation so no need to log in every time for each test case

Daniel-zqnx
Автор

we eagerly waiting for page object and cucumber implementations 🙏

Daniel-zqnx
Автор

Thank you Naveen, it really helped me

omkarbyale
Автор

Hi bro !
1) Could you please do a video on future of automation testing and software testing so many Developers and testers are coverting to Data science in recent times
2) is there any chance that sofware testing will be replaced with some other technologies in the future
3)Could you please differentiate wt will be the future and salary growth in Software testing vs data science which has more growth
4)As a software tester i would like to be work in testing field and i would also like to know is data science better than sofware testing( it it is then i will switch my carreer to data science ) reply sir your answer is much needed for me !

TestAutomationByJohn
Автор

Thanks Naveen. Nice video. If the login page having 'verify your identity' and text message in mobile number, after given the number it will login. How to handle?

aruns
Автор

Hi Naveen I saw all your vedios java, api, playwright it's awesome can we do this auto login selenium + java

yaswanthj
Автор

@naveen - can we create and keep this .json file only once or do we need to create this at every session level? I mean every run?

bharatibelgaonkar
Автор

Great Video Naveen... Got 2 questions
1. How to handle the scenario, the session is created and stored in json file and the password got changed after that
2. How to use this concept for login to application with multiple users

Rajeevkk-kcel
Автор

This really awesome and we appreciate your hard work... I have one doubt sir after learn playwright is there any job opportunities are there? In next 2 to 5 years ?.

surreshr
Автор

1. Whats the better way to protect this json file with context?
2. Also same can be applied to browser plugins, so that the next time when we open chromium the plugin will be loaded and logged in?

kaidouz
Автор

How to incease the session timeout as it is working for 4-5 test case after that Login screen started coming it means session is getting expired, I have more then 200 test case which run around 2 hours How to use it so that the session should not get expired

singhneeraj
Автор

How to Check that my password is masked when i'm typing using playwright java ( like when i type password - letters should change to * or . etc.. ) need to check this scenario

MadhuChandra-my
Автор

Hi Naveen, It worked for me for the first time but once I logged out from the automated browser manually and then tried it is not working.

mayurkhobragade
Автор

Hi Naveen,

Can you please make a video on Selenium how to bypass or reuse login please

sankaranarayanan
Автор

I tried same steps but not working for me

rishikeshmishra
Автор

Please make the tutorials using POM in playwright

kulsoomfatima
Автор

Hi Naveen
How to Access local storage and save tokens?

jaygandhi
Автор

In My Application, I have to login every time its saving details in json file when i called that json file in another class it's asking again credentials it's not login automatically. What is the reason behind that.

pcrch