Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions
Jump to navigation
Jump to search
Udemy Playwright: Web Automation Testing From Zero to Hero (view source)
Revision as of 02:28, 7 June 2024
, 7 June→Intercept Browser API Response
Line 1,283: | Line 1,283: | ||
// Clean up | // Clean up | ||
// Obtain access token for API | // Obtain access token for API call | ||
const response = await request.post( | const response = await request.post( | ||
"https://conduit-api.bondaracademy.com/api/users/login", | "https://conduit-api.bondaracademy.com/api/users/login", |