I am trying to maximize a desktop application with robot framework. I read somewhere that i could use key combinations Windows + Up Arrow but how do i implement
Create user //Is my test case name ${random_string}= Generate Random String 8 [LOWER] Set Global Variable ${random_string} ${b
https://www.nasdaq.com/market-activity/stocks/screener - i need to download csv file from this site, If solution in selenium or robot frame work both are fine.
I am getting the below error while using Edge as browser in my script (Chrome is working fine) WebDriverException: Message: 'MicrosoftWebDriver.exe' executable
I'm using different web urls in tabs in one browser, in order to get the required value from one website and add it to the other. I use a robot framework for th
I have the following situation, could you help me? I would like to leave some dynamic data (variables) inside my .sql file and execute my test correctly in .rob
I'm currently having trouble including a Robot Framework "Variables" file that is contained within a python pip package. I can successfully include files in thi
I want to print the output of any built-in or custom keyword using Log command in one line. for eg. Log Evaluate 1 + 2 This shows error that value of INF
I have installed Robocorp Code as well as Robot Framework Language Server and have configured them. However, I am still having errors when trying to run the tes
I already generated current date and time ${date}= Get Current Date UTC exclude_millis=yes ${convert}= Convert Date ${date} result
I am getting error "No keyword with name 'addition' found." py file class A: def addition(self,a,b): print(a+b) obj=A() obj.addition(4,5) robot code
I am using mac notebook pro, i installed python 3.8,robotframework-seleniumlibrary==6.0.0,wxPython==4.1.1 and robotframework-ride-1.7.4.2 and in project folder
I'm trying to Use Pabot to parallelize Robot Tests. Let me explain the issue. Assume I have TestA and TestB tests. And DataA , DataB dataset. There is 2 way/ go
I'm trying to connect to SQL server in robot framework, so I've added the following code in pom.xml file: <!-- https://mvnrepository.com/artifact/com.mic
when adding the mentioned extension, the below error appears and I can't continue the automation: Error calling "robot.get_version()". If the module: <module
I get the below messages for every test step, which is bit annoying. I need to process the console logs in a different way. send: b'PUT /api/v2/superadmin_pe
I get the below messages for every test step, which is bit annoying. I need to process the console logs in a different way. send: b'PUT /api/v2/superadmin_pe
So my link at the below location contains the words 'Download certificate' xpath=//*[@id="training_list_table"]/tbody/tr/td[5]/span/a/text() I want to be mor
I am testing a WEB and Desktop application (cross OS application: Windows - Mac - Linux) and I'm using RobotFramework to automate the tests. For the Web I use S
Good morning! I'm trying to automate the process of logging into my email account, accessing the first email there, opening it and retrieving the necessary code