Giter Site home page Giter Site logo

Comments (14)

soulgalore avatar soulgalore commented on June 21, 2024 1

On BitBar we use Chrome 111.0.5563.57 and Chromedriver 110.0.5481.77 (on Moto G5 and Samsung A51).

from browsertime.

soulgalore avatar soulgalore commented on June 21, 2024 1

Sorry using "LiveTesting" in BitBar I think you should ask them for help :)

from browsertime.

soulgalore avatar soulgalore commented on June 21, 2024 1

Thank you @Andrej1198 for the explanation!

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

Also should mention that I cannot reproduce the issue locally, only on the using the bitbar service does the issue appear

from browsertime.

soulgalore avatar soulgalore commented on June 21, 2024

Hi @Andrej1198 what Chrome/Chromedriver and Android version do you use? There was a bug in Chromedriver that Chrome could not start on Android 13 https://chromedriver.storage.googleapis.com/110.0.5481.77/notes.txt (I had that problem locally), could it be that? I think when we run Chrome using Chromedriver we do not set the activity, that comes automatically in Chromedriver, so it could be that you need to update the version?

We also run tests on BitBar and Chrome works for me there (Chrome 111). However I have the almost the same problem as you but with Firefox on BitBar, it started to happen a week ago or something like that. I've been trying to fix the issue but haven't done that yet (works locally though so I cannot reproduce it) :|

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

Thanks for the speedy response! :)
I am using Android 11 and for chrome I am using Chrome 109.0.5414.117 and Chromedriver 109.0.5414.25
What version of chrome and chromedriver are you using? I would like to try changing to that version and see if that resolves the issue for me

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

Where do you get your apks out of curiosity?

from browsertime.

soulgalore avatar soulgalore commented on June 21, 2024

BitBar installed Chrome and then we auto update our update through the Play store.

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

Okay, good to know! Thanks

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

How do you auto-update through the play store?
Is there an adb command to do so?

from browsertime.

soulgalore avatar soulgalore commented on June 21, 2024

Using the GUI. BitBar has configured so Chrome isn't changed between new runs.

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

What GUI are you referring to? Is there public documentation for this GUI?

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

Will do thank you for everything!
I will leave this issue open and leave my solution to the issue when I'm done

from browsertime.

Andrej1198 avatar Andrej1198 commented on June 21, 2024

Hey @soulgalore I'm closing the issue

As it turns out the issue was due to a miscommunication, chrome on our android devices were disabled and we were not aware(we thought it was uninstalled). Chrome being disabled and chrome not being installed give the same error message from chromedriver which we were not aware of, hope this helps you with resolving your similar issue.

In our case chrome was being disabled with this command: pm uninstall -k --user 0 com.android.chrome
To re-enable the disabled app we ran the following command: cmd package install-existing com.android.chrome

A way you can check if your app is installed but not enabled is by running the enabling command(which should not fail if the app is already enabled) or by checking that the following command lists your packageadb shell dumpsys package com.android.chrome and checking that the package is also in /data/app we did find that when running pm list packages the package should not be listed if it is disabled

Hope this helps you resolve your issues!

from browsertime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.