Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Queries a property of a cookie.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was deprecated. Use WebView.AllCookies instead.
Parameter | Description | Example |
---|---|---|
Index | The index of the cookie from 0 to WebView.Cookies.Count-1. | |
Selector | Which value to query. Can be path, name, value, expiresDate, SessionOnly, domain, Secure, HTTPOnly, comment, commentURL, version or portList. | "Name" |
URL | The target URL of the website to use. | "http://www.mbsplugins.de" |
Returns value or error.
Get a cookie for a domain:
MBS( "WebView.Cookies.Query"; $index; "Name"; "https://xing.com" )
This function checks for a license.
Created 19th November 2014, last changed 23th February 2023