-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 1.02 KB
/
config.json
File metadata and controls
25 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"user": {
},
"config": {
"login_button": "//div[contains(@class,'nest inbl primary')]",
"license_options_submit": "//input[contains(@class,'btn mb10')]",
"download_license": "//input[contains(@class,'btn mb10')]",
"file_elementId": "licenseFile",
"email_elementId": "conversations_create_session_form_email",
"button_class_name": "//input[contains(@class,'btn')]",
"password_elementId": "conversations_create_session_form_password",
"hidden_personal_section": "//div[contains(@class,'option option-personal clear')]"
},
"urls": {
"login": "https://id.unity.com/en",
"license": "https://license.unity3d.com/manual"
},
"radio_buttons": {
"Personal": "//h3[contains(text(), 'Unity Personal Edition')]",
"Professional": "//h3[contains(text(), 'Unity Plus or Pro')]",
"over100": "//label[contains(text(), 'earned more than')]",
"under100": "//label[contains(text(), 'earned less than')]",
"nosale": "//label[contains(text(), 'use Unity in a professional capacity.')]"
}
}