Python Selenium - keep getting logged out of alexa.amazon [closed] - python

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed yesterday.
Improve this question
I am trying to use selenium to login to https://www.amazon.co.uk/ap/signin?showRmrMe=1&openid.return_to=https%3A%2F%2Falexa.amazon.co.uk&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=amzn_dp_project_dee_uk&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&
it works, but then it automatically logs me out whenever I do this automated.
What might cause this issue?

Related

I have problem in verify object detection installation [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 days ago.
Improve this question
I am a newbie and I am learning. When I was writing an object detection project, I encountered this error, but I could not reach a conclusion. Can anyone help me?
when i run this code i get an error :
code and error

How to define object in python according to this situation? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
I'm rinning this GitHub code
It running well but having error in this line after trained model, and while testing to get the accuracy.
a = new_model.predict_generator(test_gen)
it says "NameError: name 'new_model' is not defined"
I want to know how to define 'new_model' before?

How to ignore Pycharm warning "TypedDict "" has no key '"? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I am getting the error erroneously in Pycharm:
TypedDict "RPCResponse" has no key 'elapsed_time'
How can I ignore it?
Put
# noinspection PyTypedDict
above it.
More info on the error: https://www.python.org/dev/peps/pep-0589/

Start script from different file directory using QProcess.start() [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I have tried looking this up, but for some reason I cannot find anything about it. How do I run a script by giving the particular file directory in start()?
This works (when Test is in the same folder as the main script):
self.process.start("python3 Test.py")
This does NOT work:
self.process.start("python3 /my/path/Test.py")
Try this:
self.process.start("python3 ../my/path/Test.py") # added two periods before "/m"

Error 2 the system cannot find ... [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I can't delete the file using os.remove because some problem with the path.
here is the source code: http://www.filedropper.com/install_5
or : http://pastebin.com/L0na3XPm
i would be happy if someone can help me , thank you all
love
I see the line:
rmv=dst+"\\insatll.py"
Is this supposed to be "\\install.py" ?

Categories

Resources