--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
We are also having issue after upgrading to chromedriver 2.38,
We are using ubuntu 16.04.3, using the gauge framework, and after upgrading to 2.38 we started getting the following :
"from disconnected: unable to connect to renderer
(Session info: chrome=66.0.3359.117)
(Driver info: chromedriver=2.38.551591 "
We also starting 8 parallel tests.
Going back to 2.37 solve the issue for me
Here is a quick update: We have found the cause of this issue, and is working on a fix. We are planning to refresh version 2.38 when the fix is ready. Please see https://crbud.com/chromedriver/2391 for the current status.If you are affected by this issue, please use 2.37 until we have the fix for 2.38.
On Fri, Apr 20, 2018 at 3:07 AM, <jonath...@gmail.com> wrote:
Going back to 2.37 solve the issue for me
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsubscribe@googlegroups.com.
I am running tests in protractor that has always worked. The last known versions that worked for me were Chrome v64.x and ChromeDriver v2.37
Other than the below problems, I am experiencing various other random errors but the below are the ones causing the most trouble at this time.
The problem I am seeing is that when I issue browser.switchTo().frame(element) the automation seems to get lost. I thought this was related to the known problem of the driver not waiting until an <iframe> is loaded to continue.
I also see similar results when I issue browser.switchTo().window(handles[index]). I am trying to figure out how this code no longer works. The code has not changed but due to automatic updates of Google Chrome, the browser level has changed and I subsequently updated the ChromeDriver. Any suggestions would be appreciated.
--emb
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
If I repeat the tests multiple times, it will typically work. But usually I get exceptions that the "Unable to locate element", or
"stale element reference: element is not attached to the page document" Or
unhandled inspector error: {"code":-32000,"message":"Cannot find context with specified id" Or
I put in Explicit Waits, alas, there is no induced wait at all. Results are the same. I am also working within an iFrame. No parallel instances running, though I do keep track of multiple windows. Though I have yet to examine the exceptions that may be thrown inside the Try:
Python, Windows 10, Chrome 66.0.3359.139, ChromeDriver 2.38
We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
Getting the following error
timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
> Could you please provide repro code and/or verbose log from ChromeDriver?
>
>
> On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
> Chrome v66.0.3359.181
>
> ChromeDriver v2.39.562718
>
> OS: Windows Server 2008 R2 (64-bit)
>
>
>
> We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
>
>
> Getting the following error
>
>
>
> timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
> Could you please provide repro code and/or verbose log from ChromeDriver?
>
>
> On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
> Chrome v66.0.3359.181
>
> ChromeDriver v2.39.562718
>
> OS: Windows Server 2008 R2 (64-bit)
>
>
>
> We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
>
>
> Getting the following error
>
>
>
> timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
> Could you please provide repro code and/or verbose log from ChromeDriver?
>
>
> On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
> Chrome v66.0.3359.181
>
> ChromeDriver v2.39.562718
>
> OS: Windows Server 2008 R2 (64-bit)
>
>
>
> We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
>
>
> Getting the following error
>
>
>
> timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
>
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
>
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
> On Wednesday, June 6, 2018 at 8:28:05 PM UTC+5:30, John Chen wrote:
>
> > Could you please provide repro code and/or verbose log from ChromeDriver?
>
> >
>
> >
>
>
>
> > On Wed, Jun 6, 2018 at 7:42 AM, <ra...@empoweredmargins.com> wrote:
>
> > Chrome v66.0.3359.181
>
> >
>
> > ChromeDriver v2.39.562718
>
> >
>
> > OS: Windows Server 2008 R2 (64-bit)
>
> >
>
> >
>
> >
>
> > We are facing issue while multiple chrome driver instances running in parallel. We are trying to run around 10 chrome instances in parellel. Individual chrome instances are working fine. We are having 16GB RAM.
>
> >
>
> >
>
> >
>
> > Getting the following error
>
> >
>
> >
>
> >
>
> > timeout (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.39.562718 (9a2698cba08cf5a471a29d30c8b3e12becabb0e9),platform=Windows NT 6.1.7601 SP1 x86_64)
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsubscribe@googlegroups.com.