fix chrome tasks (#230)
* fix chrome * fix: fix proxy setup * feat&fix: add proxy support in setup and remove hardcoded proxy from example * fix tasks * fix chrome finished * fix * clean chrome_fix code * clean chrome_fix code --------- Co-authored-by: adlsdztony <zzl0712@connect.hku.hk>
This commit is contained in:
@@ -49,11 +49,11 @@
|
||||
"goto_prefix": "https://www.",
|
||||
"category": "class",
|
||||
"class_singleObject": {
|
||||
"search-date": "time",
|
||||
"price-in-tabs__nav--selected": "category"
|
||||
"mach-flight-context-info__wrapper--date": "time",
|
||||
"mach-global-tabs-small__wrapper__tab--active": "category"
|
||||
},
|
||||
"class_multiObject": {
|
||||
"search-segment-cities__city": {
|
||||
"class_multiObject_child": {
|
||||
"mach-flight-context-info__wrapper__info--separator": {
|
||||
"0": "start",
|
||||
"1": "end"
|
||||
}
|
||||
@@ -68,7 +68,7 @@
|
||||
"expected": {
|
||||
"start": "SEA",
|
||||
"end": "NYC",
|
||||
"time": "{DoW}, {Month} {DayD}, {Year}",
|
||||
"time": "{DoW}, {Month} {Day0D}, {Year}",
|
||||
"category": "Miles"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user