n8n-nodes-multi-profile 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +12 -89
- package/nodes/MultiProfile/MultiProfile.node.js +1 -1
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
n8n node to integrate with MultiProfile - A powerful browser automation tool.
|
|
6
6
|
|
|
7
|
+
Support: [https://t.me/tools_mmo_123][Tele](https://t.me/tools_mmo_123)
|
|
8
|
+
|
|
7
9
|
## Features
|
|
8
10
|
|
|
9
11
|
- **Profile Management**: Create, open, close and delete browser profiles
|
|
@@ -16,10 +18,6 @@ n8n node to integrate with MultiProfile - A powerful browser automation tool.
|
|
|
16
18
|
|
|
17
19
|
## Installation
|
|
18
20
|
|
|
19
|
-
### Installation in n8n
|
|
20
|
-
|
|
21
|
-
#### Installation via n8n community nodes
|
|
22
|
-
|
|
23
21
|
1. Open your n8n
|
|
24
22
|
2. Go to **Settings** > **Community Nodes**
|
|
25
23
|
3. Select **Install**
|
|
@@ -28,109 +26,34 @@ n8n node to integrate with MultiProfile - A powerful browser automation tool.
|
|
|
28
26
|
|
|
29
27
|
## Configuration
|
|
30
28
|
|
|
31
|
-
### MultiProfile credentials
|
|
32
|
-
|
|
33
29
|
This node requires MultiProfile to be running on your machine. Download MultiProfile at:
|
|
34
|
-
- [https://
|
|
35
|
-
|
|
36
|
-
### Setup credentials
|
|
30
|
+
- [https://github.com/vinhnk/multiprofile_auto_update/releases](https://multiprofile.info/#download)
|
|
37
31
|
|
|
38
32
|
1. Start MultiProfile
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
##
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
#### 1. Open Profile
|
|
46
|
-
```json
|
|
47
|
-
{
|
|
48
|
-
"action": "openProfile",
|
|
49
|
-
"profileId": "your-profile-id"
|
|
50
|
-
}
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
### Workflow Examples
|
|
54
|
-
|
|
55
|
-
#### Example 1: Open profile and access website
|
|
56
|
-
|
|
57
|
-
```json
|
|
58
|
-
{
|
|
59
|
-
"nodes": [
|
|
60
|
-
{
|
|
61
|
-
"name": "Open Profile",
|
|
62
|
-
"type": "n8n-nodes-multi-profile.multiProfile",
|
|
63
|
-
"parameters": {
|
|
64
|
-
"action": "openProfile",
|
|
65
|
-
"profileId": "profile-123"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "Navigate",
|
|
70
|
-
"type": "n8n-nodes-multi-profile.multiProfile",
|
|
71
|
-
"parameters": {
|
|
72
|
-
"action": "browserAction",
|
|
73
|
-
"operation": "loadUrl",
|
|
74
|
-
"url": "https://example.com"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
]
|
|
78
|
-
}
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
## Supported Commands
|
|
82
|
-
|
|
83
|
-
### Profile Management
|
|
84
|
-
- `OPEN_PROFILE|profileId` - Open profile
|
|
85
|
-
- `CLOSE_PROFILE` - Close profile
|
|
86
|
-
- `CREATE_PROFILE|profileName` - Create new profile
|
|
87
|
-
- `DELETE_PROFILE|profileId` - Delete profile
|
|
88
|
-
|
|
89
|
-
### Browser Actions
|
|
90
|
-
- `LOAD_URL|url` - Access URL
|
|
91
|
-
- `CLICK|selector` - Click on element
|
|
92
|
-
- `TYPE|selector|text` - Type text
|
|
93
|
-
- `FILL|selector|value` - Fill value
|
|
94
|
-
- `SCREENSHOT|selector|filePath` - Capture screenshot
|
|
95
|
-
- `GET_TEXT|selector` - Get text from element
|
|
96
|
-
- `WAIT|milliseconds` - Wait
|
|
97
|
-
|
|
98
|
-
### Tab Management
|
|
99
|
-
- `NEW_TAB` - Open new tab
|
|
100
|
-
- `CLOSE_TAB|tabIndex` - Close tab
|
|
101
|
-
- `SELECT_TAB|tabIndex` - Switch tab
|
|
102
|
-
- `GET_TABS` - Get list of tabs
|
|
103
|
-
|
|
104
|
-
### Advanced
|
|
105
|
-
- `RUN_JAVASCRIPT|code` - Run JavaScript
|
|
106
|
-
- `UPLOAD_FILE|selector|filePath` - Upload file
|
|
107
|
-
- `DOWNLOAD_FILE|url|savePath` - Download file
|
|
33
|
+
2. Ensure API port (default: 3000) is running
|
|
34
|
+
|
|
35
|
+
## How to write selector
|
|
36
|
+
|
|
37
|
+
Reference: https://files.multiprofile.info/docs/element-operation.html#selector-format
|
|
108
38
|
|
|
109
39
|
## Troubleshooting
|
|
110
40
|
|
|
111
41
|
### Cannot connect to MultiProfile
|
|
42
|
+
|
|
112
43
|
- Check if MultiProfile is running
|
|
113
44
|
- Verify API port (default: 3000) is not blocked
|
|
114
45
|
- Check firewall settings
|
|
115
46
|
|
|
116
47
|
### Browser does not open
|
|
48
|
+
|
|
117
49
|
- Ensure profile ID is valid
|
|
118
50
|
- Check logs in n8n for error details
|
|
119
51
|
|
|
120
|
-
### Timeout error
|
|
121
|
-
- Increase timeout in settings
|
|
122
|
-
- Check network speed
|
|
123
|
-
- Reduce number of threads
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
## License
|
|
127
|
-
|
|
128
|
-
[MIT](LICENSE)
|
|
129
|
-
|
|
130
52
|
## Support
|
|
131
53
|
|
|
132
54
|
- Documentation: [https://files.multiprofile.info/docs/index.html](https://files.multiprofile.info/docs/index.html)
|
|
133
55
|
- Email: nkvinh@gmail.com
|
|
56
|
+
- Tele: https://t.me/tools_mmo_123
|
|
134
57
|
|
|
135
58
|
## Credits
|
|
136
59
|
|
|
@@ -138,4 +61,4 @@ Developed by [MultiProfile Team](https://multiprofile.info)
|
|
|
138
61
|
|
|
139
62
|
---
|
|
140
63
|
|
|
141
|
-
**Note:** This node requires MultiProfile to be installed and running on your machine. Download MultiProfile at [https://
|
|
64
|
+
**Note:** This node requires MultiProfile to be installed and running on your machine. Download MultiProfile at - [https://github.com/vinhnk/multiprofile_auto_update/releases](https://multiprofile.info/#download)
|