Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 14:55:20 +0800
From:      blubee blubeeme <gurenchan@gmail.com>
To:        "Carlos J. Puga Medina" <cpm@freebsd.org>
Cc:        rene <rene@freebsd.org>, freebsd-chromium <freebsd-chromium@freebsd.org>
Subject:   Re: https://github.com/gliaskos/freebsd-chromium
Message-ID:  <CALM2mEkuLZ%2Br08oHbWoysz1ND1Cj=gTLCwOvyCWJ2x=MQDJENw@mail.gmail.com>
In-Reply-To: <1482870406.70687.4.camel@FreeBSD.org>
References:  <1482870406.70687.4.camel@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The issue seems to be a very old bug
https://bugs.chromium.org/p/chromedriver/issues/detail?id=817

The issue with this bug is it only shows up on long running sessions.
Basically I can reproduce this error 100% of the time by loading up a
chrome browser through selenium.

just do this in a loop, if your loop is around 50 or more the bug always
shows up.

create a chrome webdriver

for index in range(10):
    webdriver.get("http://google.com")
    sleep(2)
    continue
webdriver.quit()

I am on 12-CURRENT, I don't have the 2.24 chromedriver, are you building
from github?

Best,
Owen

On Wed, Dec 28, 2016 at 4:26 AM, Carlos J. Puga Medina <cpm@freebsd.org>
wrote:

> Hi,
> > Hi Owen,
> >
> > forwarding this to the mailing list.
> >
> > Ren=C3=A9
> >
> > ---------- Forwarded message ----------
> > From: blubee blubeeme &lt;gurenchan@gmail.com&gt;
> > Date: 2016-12-27 18:57 GMT+01:00
> > Subject: https://github.com/gliaskos/freebsd-chromium
> > To: r.c.ladan@gmail.com
> >
> >
> > Hi rene0
> >
> > I'm trying to use chromium on FreeBSD 12-CURRENT but I keep running
> > into some bugs with the chromedriver.
> >
> > Anyways I tried to download the chromedriver from github but I have
> > troubles running becuse of ELF binary issues, I setup LD_ path but
> > then it seems that I have the 64 bit binary and chromedriver needs
> > the
> > 32 bit binary or something like that.
> >
> > What I would like to ask is how do you port the chromedriver to
> > FreeBSD?
> >
>
> AFAIK, we're using bundled chromedriver. It was added [0] as a port
> option.
>
> % chromedriver --version
> ChromeDriver 2.24
>
> Can you provide more information related to the issue that you
> currently have?
>
> According to ChromeDriver v2.24 notes [1]:
>
> ----------ChromeDriver v2.24 (2016-09-09)----------
> Supports Chrome v52-54
> Resolved issue 1497: GetLog fails when the current window is closed
> [['OS-All', 'Pri-0']]
> Resolved issue 1495: ChromeDriver crashes with "Check failed:
> !page_load_strategy_.empty()" [['OS-All', 'Pri-0']]
> Resolved issue 1463: SessionNotCreatedException: Runtime.evaluate
> missing 'wasThrown' on Chrome 54+ [['OS-All', 'Pri-0']]
> Resolved issue 1484: SendKeys of a Tab Key has no effect in Chrome 53
> [['OS-All', 'Pri-1']]
> Resolved issue 1431: GetLog command does not work for Chrome 54+ [['OS-
> All', 'Pri-1']]
> Resolved issue 1411: sendKeys generates events that are missing some
> fields [['OS-All', 'Pri-1']]
> Resolved issue 1451: Chrome 54+ session not created exception:
> Runtime.executionContextCreated has invalid 'context' [['Pri-1']]
> Resolved issue 984: Extend ChromeDriver capabilities to cover network
> throttling feature from Chrome DevTools [['OS-All', 'Pri-2']]
> Resolved issue 1454: Net::ReadTimeout error on launching Canary v54
> through RemoteWebDriver [[]]
>
>
> [0] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202368
> [1] http://chromedriver.storage.googleapis.com/2.24/notes.txt
>
> > Best,
> > Owen
> >
> >
> > --=20
> > https://rene-ladan.nl/
>
>
> --
> Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
> PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALM2mEkuLZ%2Br08oHbWoysz1ND1Cj=gTLCwOvyCWJ2x=MQDJENw>