You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- @Jcyrss Checkout the updated answer and let me know if you have any questions.undetected Selenium– undetected Selenium2020-01-27 10:12:12 +00:00Commented Jan 27, 2020 at 10:12
- 1thank you. But it seems it all about the interface between WebDriver and Driver(like ChromeDriver), not the interface between Driver (like ChromeDriver) and Browser (like Chrome) Why I'm curious about that? MicroSoft bring us Chromium based Edge Browser, we need to automate it with Selenium. As I known, Chromium has built-in web automation support (that's true because we could automate Electron App with Chromedriver). I want to know why bother MS provides Edge driver if existing ChromeDriver already could drive Chromium based Browser?Jcyrss– Jcyrss2020-01-28 02:15:33 +00:00Commented Jan 28, 2020 at 2:15
- @Jcyrss I am sure you haven't read the complete answer. However your question involving Chromedriver act as a HTTP server, ChromeDriver communicate with Chrome and HTTP protocol is overly broad as per stackoverflow standards and I shouldn't have answered in the first place. Now as you have added more questions with respect to interface between Driver (like ChromeDriver) and Browser (like Chrome), Chromium based Edge Browser and Electron App, and an answer would be too big as per the space provided by SO.undetected Selenium– undetected Selenium2020-01-28 06:55:55 +00:00Commented Jan 28, 2020 at 6:55
- 1I don't think I asked too broad question. And again I don't think this post anwsered my question. Because I finally found the true anwser. Chrome driver controls chrome through Chrome DevTools Protocol which based on websocket. This article gives more detailsJcyrss– Jcyrss2020-05-20 15:16:10 +00:00Commented May 20, 2020 at 15:16
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you