puppeteer/lib
Alix Axel 5175d8e692 fix(Page): fix Page.select() behavior to be on par with docs (#1886)
This PR fixes lost functionality that is no longer on-par with the documentation for `Page.select`, namely:

> `...values` <...string> Values of options to select. If the `<select>` has the `multiple` attribute, all values are considered, **otherwise only the first one is taken into account**.

I've also added an accompanying test for this use case.
2018-01-24 21:12:27 -08:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Connection.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Coverage.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Dialog.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Downloader.js feat: teach Downloader to respect redirects (#1741) 2018-01-08 18:10:13 -08:00
ElementHandle.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
EmulationManager.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
ExecutionContext.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
externs.d.ts feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
FrameManager.js fix(Page): fix Page.select() behavior to be on par with docs (#1886) 2018-01-24 21:12:27 -08:00
helper.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Input.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Launcher.js chore: switch to npm from yarn (#1878) 2018-01-22 17:11:10 -08:00
Multimap.js chore: Use Typescript to lint JSDoc annotations (#986) 2017-10-09 22:31:40 -07:00
NavigatorWatcher.js feat(Page): Add global navigation timeout setting (#1728) 2018-01-10 13:04:01 -08:00
NetworkManager.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
Page.js feat(Page): introduce Page.waitForXPath (#1767) 2018-01-22 15:16:20 -08:00
Puppeteer.js feat(Launcher): allow the default arguments to be overridden (#1623) 2017-12-19 17:51:21 -08:00
Tracing.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
USKeyboardLayout.js feat(keyboard): Accept codes (#1116) 2017-10-23 12:43:45 -07:00