摘要:
function waitFor(testFx, onReady, timeOutMillis) { var maxtimeOutMillis = timeOutMillis ? timeOutMillis : 120000, //< Default Max Timout is 3m start = 阅读全文
摘要:
var page = require('webpage').create(); var url = 'http://cardloan9.hateblo.jp/'; page.settings = { userAgent:"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) ... 阅读全文
摘要:
var page = require('webpage').create(), system = require('system'), address; if (system.args.length === 1) { console.log('Usage: netlog.js '); phantom.exit(1); } else { address = system.... 阅读全文
摘要:
WindowsフォームでWebBrowserコントロールを配置すると、IEのバージョンが 7 と古い。レジストリをいじると、IE11の Edgeモードに変更できる(参考記事)。デザイン画面でWebBrowserコントロールどドラッグアンドドロップしておく。フォームにはFormClosingイベントの 阅读全文
摘要:
public class IEVersion { /// /// IE WebBrowser内核设置 /// public static void BrowserEmulationSet() { //当前程序名称 var exeName = Process.GetCurrentProcess().ProcessName + ".exe"; //系统注册表信息 var mreg = Regis... 阅读全文