Hi!
I have been using browserstack-local in the past,
and now I am trying to migrate my project to use browserstack-sdk.
In this demonstration project, browserstack-local is present in https://github.com/browserstack/python-selenium-browserstack/blob/main/requirements.txt
However I do not see it imported in any of the .py source files.
In my project, I used to from browserstack.local import Local.
So my question is: is it required for browserstack-local to be present in https://github.com/browserstack/python-selenium-browserstack/blob/main/requirements.txt?
Hi!
I have been using
browserstack-localin the past,and now I am trying to migrate my project to use browserstack-sdk.
In this demonstration project,
browserstack-localis present in https://github.com/browserstack/python-selenium-browserstack/blob/main/requirements.txtHowever I do not see it imported in any of the
.pysource files.In my project, I used to
from browserstack.local import Local.So my question is: is it required for
browserstack-localto be present in https://github.com/browserstack/python-selenium-browserstack/blob/main/requirements.txt?