python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting WebDriverException error while using Edge browser in robotframework
I am getting the below error while using Edge as browser in my script (Chrome is working fine)
WebDriverException: Message: 'MicrosoftWebDriver.exe' executable needs to be in PATH. Please download fro...
Tina
Votes: 0
Answers: 2
Ignore specific keys in a dictionary using robot framework
How can I ignore specific keys in a dictionary using robot framework script? The dictionary is a nested dictionary.I tried with the below code but it removes the keys at the first level only. Any help...
Prasad Roy
Votes: 0
Answers: 1
i am unable to get the text of a locator having multiple text.. can anyone guide me on this
I have three texts but i want to get one by one to iterate in for loop
FOR ${iter} IN RANGE 1 4
${tab}= get text //div[@id="edit-field-page-mode-display--wrapper--descript...
satheeshkumar pasunuri
Votes: 0
Answers: 1
Accesing query results in robot framework
I am using databaselibrary to fetch multiple rows of data (on column each) to use for further testing. I need to be able to fetch the individual values for further use. Currently I am trying:
${Ca...
Jealgu
Votes: 0
Answers: 2