--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/8CDPCBRCmDE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/1363f220-aeff-4f89-878d-3b03707cb7e2%40googlegroups.com.
Yeah this is an interesting project we are currently working on. I am trying to analyse QUIC over DASH(youtube) and in order to do so I need HAR . To download HAR manually is a hectic task and I am trying to automate this with BrowserMobproxy(BMP) and Selenium but I could not understand why QUIC is not used and is it because of BMP or Selenium. I have posted it to chrome driver group also.
On Thu, Oct 27, 2016 at 11:36 PM, David <mang...@gmail.com> wrote:
Interesting use case you have, and I learned about QUIC from your post.Is there a ChromeDriver discussion group / mailing list? I'd try posting there. And/or filing an issue to ChromeDriver project. This might be too new for anyone in Selenium community to know about and use.
On Thursday, October 27, 2016 at 4:09:13 AM UTC-7, Siva Kesava wrote:Anyone having an idea please comment.
On Wednesday, October 26, 2016 at 10:19:17 AM UTC+5:30, Siva Kesava wrote:Hi all,I am working on downloading HAR from Chrome for YouTube through Selenium Python Script.Code Snippet:chrome_options = webdriver.ChromeOptions()chrome_options.add_argument("--proxy-server={0}".format(url))chrome_options.add_argument("--enable-quic")self.driver = webdriver.Chrome(chromedriver,chrome_options = chrome_options)self.proxy.new_har(args['url'], options={'captureHeaders': True})self.driver.get(args['url'])result = json.dumps(self.proxy.har, ensure_ascii=False)I want QUIC to be used whenever I download HAR but when I look at the packets through Wireshark Selenium driver is using TCP only . Is there a way to force Chrome Driver to use QUIC?
--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/8CDPCBRCmDE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/8CDPCBRCmDE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/a9674229-a4bf-471f-a01c-0c842101f361%40googlegroups.com.
ᐧ
On Sun, Oct 30, 2016 at 12:32 AM, Siva Kesava <sivak...@gmail.com> wrote:
How to work with Selenium ChromeDriver alone without BMP. I require BMP as a server to which Chrome Driver contacts and open the Url. Can you suggest how to open a browser with Selenium alone?--
On Wednesday, October 26, 2016 at 10:19:17 AM UTC+5:30, Siva Kesava wrote:Hi all,I am working on downloading HAR from Chrome for YouTube through Selenium Python Script.Code Snippet:chrome_options = webdriver.ChromeOptions()chrome_options.add_argument("--proxy-server={0}".format(url))chrome_options.add_argument("--enable-quic")self.driver = webdriver.Chrome(chromedriver,chrome_options = chrome_options)self.proxy.new_har(args['url'], options={'captureHeaders': True})self.driver.get(args['url'])result = json.dumps(self.proxy.har, ensure_ascii=False)I want QUIC to be used whenever I download HAR but when I look at the packets through Wireshark Selenium driver is using TCP only . Is there a way to force Chrome Driver to use QUIC?
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/8CDPCBRCmDE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/31ea07fb-f82a-47a3-9b75-5ba49ec6f472%40googlegroups.com.