You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### If you want use your own implementation you need to create driver config and use it for set up(ex get, setup and work with phantomjs driver from taobao mirror):
114
-
public class TaobaoPhantomConfig : IDriverConfig
114
+
public class CustomBinaryService : IBinaryService
115
115
{
116
-
public string GetName()
116
+
public string SetupBinary(string url, string zipDestination, string binDestination, string binaryName)
117
117
{
118
-
return "TaobaoPhantom";
118
+
...
119
+
// your implementation
120
+
...
119
121
}
120
-
121
-
public string GetUrl32()
122
+
}
123
+
124
+
public class CustomVariableService : IVariableService
0 commit comments