How to handle Upload and Download actions in Ubuntu? | Selenium Forum
M
Posted on 08/02/2016
Hi All, How to handle upload and download scenarios using webdriver in ubuntu OS.

M
Replied on 09/02/2016

how are upload scenario different in ubuntu from windows


M
Replied on 12/02/2016

In windows if we try to upload file, we get window popup window, for which we use AutoIT.
Same type of popups how can we handle in Linux machine.


M
Replied on 12/02/2016

[quote="manjureddy1924@gmail.com":y5ubev4x]In windows if we try to upload file, we get window popup window, for which we use AutoIT.
Same type of popups how can we handle in Linux machine.[/quote:y5ubev4x]
Many of the things AutoIt does fluently in the Windows environment are considered horrible security lapses in Linux, like intercepting and simulating keyboard and mouse activity, one process writing to another processes GUI controls, etc. I don't think allowing that kind of thing has ever been part of the Linux community's thinking. There are plenty of languages for doing your own GUI stuff, like C++ and Java that are nearly the same in Linux as in Windows. Then there's GTK and QT (depending on your desktop choices).


i'll let you know if i find any auto it replacement for linux. Responsive image Responsive image