简体   繁体   English

将Selenium chrome驱动程序启动的Chrome浏览器与手动启动的Chrome浏览器区分开来

[英]Differentiating Chrome browser launched by Selenium chrome driver from manually launched Chrome Browser

I have a Chrome browser launched by using Selenium chrome driver. 我有一个使用Selenium chrome驱动程序启动的Chrome浏览器。 Also, there is another Chrome browser launched manually. 此外,还有另一个手动启动的Chrome浏览器。 Both browsers are opening www.google.com. 两种浏览器都将打开www.google.com。 How do I know using Selenium, which one is launched by using the chrome driver? 我怎么知道使用Selenium,是通过chrome驱动程序启动的? Are there any unique properties that can be obtained from the driver to know the browser that was launched using this driver? 是否可以从驱动程序获得任何独特的属性,以了解使用该驱动程序启动的浏览器?

手动启动chrome浏览器和chrome驱动程序时会出现一些差异。1。chrome驱动程序启动chrome浏览器时,chrome浏览器将没有任何历史记录,任何插件和任何设置。2。如果chrome浏览器通过以下方式启动:手册将有附加组件或设置或历史记录

Its Simple Identification, Top Of the Chrome Display Message Its Automated Software .. See Attached Image 它的简单标识,位于Chrome显示消息的顶部,其自动化软件也是如此。 在此处输入图片说明

Message is - Chrome is being Controlled by Automated test Software . 消息为-Chrome正在由自动测试软件控制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Java记录Selenium中启动的Chrome浏览器会话 - How to record chrome browser session launched in selenium using java 通过selenium webdriver启动后,Chrome浏览器会立即终止 - Chrome Browser terminates immediately after getting launched through selenium webdriver 如何停止由 selenium 远程驱动程序启动的 chrome? - How to stop chrome launched by selenium remote driver? 如何设置Selenium WebDriver在隐身/私有模式下启动的Chrome和Opera浏览器窗口大小? - How to set browser window size for Chrome and Opera launched by Selenium WebDriver in incognito/private mode? 在Ubuntu中不使用Chrome驱动程序和Selenium的Chrome浏览器自动化 - Chrome Browser Automation without using Chrome Driver and Selenium in Ubuntu 使用Selenium通过cygwin在Python中使用ChromeDriver和Chrome浏览器下载csv文件后,出现路径失败的错误 - Failed-Path Too Long error after downloading csv file using ChromeDriver and Chrome Browser launched by Selenium through cygwin in Python Selenium 中的 Chrome 浏览器版本 - Chrome Browser Version In Selenium Selenium中的法语Chrome浏览器 - French Chrome browser in Selenium chrome浏览器和硒异常 - chrome browser and selenium exception Chrome使用^ @ ^ @ ^ @ ^ @输出从服务冻结启动 - Chrome launched from service freeze with ^@^@^@^@ output
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM