-
Notifications
You must be signed in to change notification settings - Fork 0
/
UIMap.json
50 lines (50 loc) · 2.1 KB
/
UIMap.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"CssSelectors": {
"EmailField": "#email",
"PasswordField": "#password",
"LogInButton": "button[type='submit']",
"Logo": "a[href='/app/']",
"LimitTab": ".ordTypes > li[data-tab-index='0']",
"MarketTab": ".ordTypes > li[data-tab-index='1']",
"MarketStopTab": ".ordTypes > li[data-tab-index='2']",
"MarketValueField": "input#notionalValue",
"MarketStopField": "input#stopPx",
"MarketSellButton": ".btn.sell",
"MarketBuyButton": ".btn.buy",
"Notification": ".notifications .notification",
"SuccessSellButton": ".btn-success",
"AddRecordButton": ".body > div > button.btn-primary",
"AddressNameField": "form input[name='name']",
"AddressAddressField": "form input[name='address']",
"AddressNoteField": "form input[name='note']",
"CurrencySelect": "select[name='currency']",
"CurrencySelectOptions": "select[name='currency'] > option",
"AddressSubmitButton": "button[type='submit']",
"AddressSkipConfirm": "label[for='skipConfirm']",
"AddressCancelAdding": "form > div > button",
"AddressRecords": "tbody tr[class]",
"AddressDeleteButton": ".btn-danger",
"ApiNameField": "input[name='name']",
"ApiCidrField": "input[name='cidr']",
"ApiSelect": "select[name='orderPermissions']",
"ApiSelectOptions": "select[name='orderPermissions'] > option",
"ApiSubmitButton": "button[type='submit']",
"ApiTableCols": "div.body tbody tr[class]",
"TradeHistoryDownloadButton": ".utils > button",
"XBTValue": "span > a[href='/app/wallet/xbt'] > span",
"XBtOption": "span > select > option[value='XBt']",
"XBTOption": "span > select > option[value='XBT']",
"Trollbox": "div.popUpChat",
"ChatInput": "textarea.chatInput",
"ChatMyMessage": ".chatMessage.me",
"DialogConfirm": ".dialogConfirm",
"NotificationSuccess": ".notification",
"CloseNotificationButton": ".notification > button.close",
"PositionsTab": "section .nav.nav-tabs li[data-tab-index='0']",
"PositionSellButtons": ".positionsList tr.selected span .btn",
"PositionsExpandBtn": "div.basicOrdersAndPositionsWrapper .fa-expand"
},
"XpathSelectors": {
"SettingsButton": "//*[@href='/img/static/icons.svg#settings']/../.."
}
}