'puppeteer';await page.locator (async () => {https://www.calientemx.com/} const browser = await puppeteer.launch(); const page = await browser.newPage(); await page.goto('https://www.calientemx.com/'); await page.setViewport({ width: 1080, height: 1024 }); await page.locator('#search-input').fill('música'); await page.keyboard.press('Enter'); await page.waitForNavigation(); const title = await page.title(); console.log(title); await browser.close(); })(); Código SQL: CREATE TABLE Clientes ( idCliente INT PRIMARY KEY, nombre VARCHAR(255), apellido VARCHAR(255), correoElectronico VARCHAR(255), Contraseña VARCHAR(255), Número de teléfono VARCHAR(255), RFC VARCHAR(255), direccion VARCHAR(255) TARJETA_DE_CRÉDITO VARCHAR(255) );
forked from puppeteer/puppeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript API for Chrome and Firefox
License
bulma829-svg/puppeteer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
JavaScript API for Chrome and Firefox
Resources
License
Contributing
Security policy
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- TypeScript 93.2%
- JavaScript 5.4%
- HTML 1.1%
- Other 0.3%