-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant't download in nobrowser mode - use normal browser interaction to download #808
Comments
ERROR - for headless and visible Chrome, download file using normal webpage interaction You should get the error above. Currently, you will need to download the file through normal webpage interaction (clicking). |
I'm use normal browser interaction, see - first try It's work in normal mode, but in nobrowser mode it's doesnt work. |
For normal browser interaction, you would need a link to click on to download the file. Visiting the URL won't work. |
Ok, i create simple page with DOWNLOAD link https://doghouse.ru/test My script:
My command:
My result - there is now file in the directory, P.S.: it's work with normal mode ( tagui test.tag -h) |
Rocket - it's cool) |
What's about problem? You solve it? |
Oh I thought it was solved already.
|
It's doesn't work. It's freeze on start:
My script:
NOBROWSER mode Tested on Ubuntu16 Server and Debian8 Server |
tested
run with -h headless is to not show a browser. |
Okay ((( Headless mode does't work on some my servers and if it's work it take to 3x system resource more. |
Hi Egor, sorry I was away the past few months - tebelorg/RPA-Python#144 I see.. Yes -headless mode runs Chrome using invisible mode, and Chrome takes up a lot of memory. However, it is better for automation because it is more accurate than the -nobrowser mode. That mode uses PhantomJS web browser which is an old browser and more likely to encounter issues during automation with modern websites. |
Hi,
I try to download file in nobrowser mode.
My script have a one line:
Result:
There is no file in the directory
My script:
wait 5
Result:
File exists, but it size is zero!
To run script i'm use command on my Ubuntu machine:
Help please.
The text was updated successfully, but these errors were encountered: