Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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