ChromeQuit
ChromeQuit>session_id
Quits an Chrome session and closes the window. Requires a session_id created by ChromeStart.
See also: Chrome Functions
Example
Let>ChromeDRIVER_EXE=c:\chromedriver.exe
//start a Chrome session
ChromeStart>session_id
//navigate to google.com
ChromeNavigate>session_id,url,https://www.google.com/
ChromeFindElements>session_id,name,btnK,elements
ChromeElementAction>session_id,elements_1,click
ChromeQuit>session_id