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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Stores a password for later.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 6.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Host | The host name. | "monkeybreadsoftware.de" | |
Name | The user name. | "admin" | |
Password | The password to use. | "890245456" | |
Persistence | Defines the persitance of the password. Can be Permanent, ForSession, Synchronizable or None. Default is none. |
"None" | Optional |
Returns OK or error.
Set password and open webpage asking for it:
Set Variable [$r; Value:MBS("WebView.Passwords.Install"; "web")]
Set Variable [$r; Value:MBS("WebView.Passwords.Set"; "192.168.2.103"; "admin"; "webcam123")]
Set Web Viewer [Object Name: "web"; URL: "http://192.168.2.103/main.htm"]
Created 24th June 2016, last changed 27th June 2016
WebView.Passwords.Install - WebView.Paste
Feedback: Report problem or ask question.