Choose file or upload file Selenium Automation with Python, Pycharm IDE

preview_player
Показать описание
Choose file or upload file - Selenium Automation with Python, Pycharm IDE
Click See More for the code:
Code Starts Here - - - - - - - - - - - - - - - - - - - - *- - - - - - - - - - - - - - - -

from selenium import webdriver
import time

Рекомендации по теме
Комментарии
Автор

Hello sir, I'm trying to upload an excel file in my Robot Framework using pyhon in Pycharm IDE. I'm using "Choose File" RObot built-in keyword then passing the xpath and file path with filename.xlsx but it's not doing anything not even clicking on the button "Choose file" But when I just write 'Click Button' and pass the same xpath it clicks on the button all the time. Could you please sugget me something

Himu