How to view the HTML source code of a web page
https://www.computerhope.com/issues/ch000746.htm
chrome \--headless \--disable-gpu \
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Set PATH and other environment variables in Windows 10
https://www.opentechguides.com/how-to/article/windows-10/113/windows-10-set-path.html
How to open chrome from command line
https://www.windows-commandline.com/open-chrome-from-command-line/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
https://stackoverflow.com/questions/14348840/opening-chrome-from-command-line
start chrome \--headless \--disable-gpu \
start chrome --incognito "http://www.iot.qa/2018/02/narrowband-iot.html"
start chrome --new-window
howto open the Chrome binary from the command line
--------------------------------------------------------------------
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
------------------------------------ Google Chrome is up to date Version 72.0.3626.109 (Official Build) (64-bit)-----------------------------------
Getting Started with Headless Chrome
https://developers.google.com/web/updates/2017/04/headless-chrome
http://elementalselenium.com/tips/72-headless-chrome
https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
גרסה 59.0.3071.115 (גירסה רשמית) (32 סיביות)
https://developers.google.com/web/updates/2017/04/headless-chrome
-----------------------------------
C:\Tools\GoogleChromePortable\Chrome.exe
cd Tools\GoogleChromePortable\Chrome.exe
chrome \ --headless \ # Runs Chrome in headless mode.
--disable-gpu \ # Temporarily needed if running on Windows.
--remote-debugging-port=9222 \
https://www.chromestatus.com # URL to open. Defaults to about:blank.
The power of Headless Chrome and browser automation (Google I/O '18)
Getting Started with Headless Chrome
https://developers.google.com/web/updates/2017/04/headless-chrome
Puppeteer
https://developers.google.com/web/tools/puppeteer/
Try Puppeteer v1.9.0
https://try-puppeteer.appspot.com
Google Chrome Developers
https://www.youtube.com/channel/UCnUYZLuoy1rq1aVMwx4aTzw?sub_confirmation=1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Use CDP Page.setDownloadBehavior and headless for demo
https://github.com/GoogleChromeLabs/puppeteer-examples
Puppeteer as a service
The headless browser revolution has arrived! Headless browsers are powerful tools that all developers can adopt in their workflow. This session will showcase examples of the amazing things that Chrome can do without a UI: write programs to control the browser; test a site; automate UI tasks; integrate into a CI system; setup A/B perf monitoring; prerender a client-side app for SEO; and more. The focus will be on using Puppeteer, Google's Node library for controlling headless Chrome.
Rate this session by signing-in on the I/O website here ? https://goo.gl/PEoVtB
Getting Started with Headless Chrome ? https://goo.gl/wg3u1W
Puppeteer ? https://goo.gl/YXrgqX
Examples ? https://goo.gl/G4QcBC
Demo sites:
? https://try-puppeteer.appspot.com
Watch more Chrome and Web sessions from I/O '18 here ? https://goo.gl/5fgXhX
See all the sessions from Google I/O '18 here ? https://goo.gl/q1Tr8x
Subscribe to the Chrome Developers channel ? http://goo.gl/LLLNvf
-------------------------------------------