是true,但是通过其他方法来检测是否在Selenium环境中打开的网页
if (window.navigator.webdriver) {
console.log('The web page is opened in Selenium.');
} 网友回复
是true,但是通过其他方法来检测是否在Selenium环境中打开的网页
if (window.navigator.webdriver) {
console.log('The web page is opened in Selenium.');
} 网友回复