ChromeOptions options=new ChromeOptions ();
Options. AddExcludedArgument (" enable - automation ");
Options. AddAdditionalCapability (" useAutomationExtension ", false);
Driver=new ChromeDriver (options);
The string url="https://sou.zhaopin.com/? P=12 & amp; Jl=854 & amp; Kw=software engineer & amp; Kt=3 ";
Driver. Url=Url;
Web pages, according to the specific job entry is not in the selenium open chrome also open a TAB, enter the url above, or as a result, if you open chrome, enter the url, can show hiring entry, why?
CodePudding user response:
Is at js or can identify the selenium?