Chaoui05 has asked for the wisdom of the Perl Monks concerning the following question:
Below are the additional bullets : I can get my "button" with following code :
$elem = $driver->find_element('//*[@id="file_uploader"]/div/div/div/d +iv[1]/div[1]/div/span'); $driver->mouse_move_to_location(element => $elem); # xoffset => x +, yoffset => y $driver->click_ok('LEFT'); $driver->pause(3000);
But after that, I can't get anything in Opened Window which appears to upload. How is it possible to upload a file also?
Thanks in advance !
|
|---|