Playwright with Javascript | How To handle Multiple Pages/Windows | Browser Context | Part 35

preview_player
Показать описание
#########################
Udemy Courses:
#########################

Manual Testing+Agile with Jira Tool
************************************

Selenium with Java+Cucumber
********************************

Selenium with Python & PyTest
********************************

Selenium with python using Robot framework
****************************************

API Testing(Postman, RestAssured & SoapUI)
*****************************************

Web & API Automation using Cypress with Javascript
********************************************

Playwright with Javascript
**************************

Jmeter-Performance Testing
************************

SDET Essencials(Full Stack QA)
*************************

Appium-Mobile Automation Testing
************************************

Java Collections
*****************

Python Programming
*********************

Cucumber BDD Framework
***************************

Protractor with Javascript
***************************

####################################
Youtube Playlists:
####################################

Manual Testing & Agile
***********************

SQL
*************************

linux & Shell Scripting
**********************

Java
**********************

Selenium With Java+Cucumber
********************************

Python
********************************

Selenium With Python,Pytest&Behave
***************************************

Selenium With Python Using Robert Framework
(Web&API Testing)
*************************************************

API Testing (Postman,SoapUi,&Rest Assured)
**********************************************

Mobile App Testing Appium
****************************

Performance Testing Jmeter
*******************************

Maven,Jenkins,Git,Github,CI/CD
*******************************

SQL,DB Testing&ETL,Bigdata
*******************************

JavaScript Based Automation Tools
********************************

Selector Hub Tools
********************

GraphQL
******************

Cypress API Testing
********************

Cypress Web Testing
**********************

Playwright with Javascipt
**************************

#Playwright #JavaScript #WebAutomation #BrowserContext #MultiplePages #MultipleWindows #PageNavigation #WebTesting #WebDevelopment #UIAutomation #FrontEndTesting #BrowserAutomation #WebInteractions #TestAutomation #CodeAutomation #CrossBrowserTesting #AutomatedTesting #WebApps #SeleniumAlternative #PlaywrightTutorial #PlaywrightTips #WebTestingTools #QA #TestingSolutions #SoftwareTesting #WebBrowsing #WebBrowser #TestingFrameworks #TestScripts #YouTubeTutorial #ProgrammingTips #WebDevTips #YouTubeChannel #TechTutorials #CodeTutorial #WebTestingTricks #TestCases #QualityAssurance #YouTubeLearning #BrowserAutomationTesting #WebUI #TestCoverage #JavaScriptTricks #YouTubeEducation #AutomatedTests #WebApplicationTesting #WebTestingGuide #TestDrivenDevelopment #FrontEndDevelopment #SoftwareQuality #AutomateTests
Рекомендации по теме
Комментарии
Автор

I literally have spent 8 hours today trying to solve this issue for a test I was saved my sanity. Thank you, thank you, THANK YOU from Texas, USA!

gregorriusadolphus
Автор

Pavan sir, thank you so much for providing me testing knowledge. I really appreciate what I gained from your YouTube recordings 😀😀

ryanreynolds
Автор

Thanks Pavan, I was waiting for this video from long time , nice explanation.

raghup
Автор

The problem is how to get this logic out of Tests and use it... when it's all in the test it makes sense and is simple... when you have a framework and have to pass these contexts around and ci/cd this is where these tutorials fall apart


Try doing this ina fixture where you ovveride
Context
Page
Test

ripperx
Автор

I am following your videos which are Great and very useful.
Could you please create video for interview questions and which companies use Playwright.

manojvyavahare
Автор

Hi Pavan, first thanks for all your videos and effort, they are very useful! I have a question about a specific scenario:

User is on billing page and clicks on paypal button. Upon clicking on paypal button, paypal secure payment window is opened (so different browser window) in front of the billing page window, prompting the user to log in. I have tried a lot of different things, including attempting to switch contexts but I can't seem to interact with paypal window. How would you hande this scenario?

Marko-xltg
Автор

How do i navigate to a specific page if already multiple pages are in open. i am able to identify the page is exist by using if condition but not sure how to move the page from here to there.

rathishramankutty
Автор

Thank you for the vidoes,
could you please continue and cover some API Testing using Playwright or any kind of Perforrmance testing that can be done using Playwright ?

suhasch
Автор

Thanks You Sir!
Sir If I have any query where should I post?

supriyamishra
Автор

thank you, sir! I wonder how can we move it to custom keyword, like: I work in page1 and I want to open new window with URL is parameter + interact with the 2nd window -> then back to 1st window

yobfemy
Автор

Do you have any example using launchPersistentContext using javascript

TheRupSin
Автор

Hi Pavan sir, in my case contextual browser is closing automtically after executing the script. when run in headed mode, pls suggest wat could be the reason.

shivaramakrishna
Автор

Sir, how to close all browsers, if opend two browsers?

gamingfire
Автор

while execution of any tests, i m getting No test found error, did all updates and restart of VS, system, can you pls suggest what to do!!!

SuryaVeda
Автор

@NandaNandu09
1 second ago
Hello sir, In selenium i have faced one problem, We can't resume from existing browser, it starts creating new browser window(i am trying for data entry work, there it is creating totally new chrome window instead of resuming current session).
Can we overcome that and resume that existing running browser (in playback?). Here it is opening in New incognito tab, is there any option to run in existing browser and perform tasks

NandaNandu
Автор

Hi Sir,
Could you please upload video on "How To Handle multiple tabs/switch to different tabs in Puppeteer".
I am searching from last 2 3 weeks on tutorial for handle multiple tabs in puppeteer.
Could you please help me here.

soumitrakumarmund
Автор

Hi! First of all, thank you for sharing all these amazing content. You´re a reference to me!
Can I ask you something? I need to validate the following scenario:

I click in a button that opens a new tab and the only thing I need to validate is the new URL on this new tab. How can I do it? It's hard to find content showing this.

thiagofragoso