Skip to content Skip to sidebar Skip to footer
Showing posts with the label Robotframework

Can I Install Selenium2library For Robotframework Without Installing Python?

Can I use Selenium2Library if I only have Jython? That is, I haven't installed Python, and was … Read more Can I Install Selenium2library For Robotframework Without Installing Python?

How To Make Variables From 'import Variables' Globally Available?

I'm currently using Robot Framework to automate some tests. Problem: I am trying to figure out … Read more How To Make Variables From 'import Variables' Globally Available?

"no Browser Is Open" Issue Is Coming When Running The Robot Framework Script

I have created Test.py file which has some function in it and using those function names as Keyword… Read more "no Browser Is Open" Issue Is Coming When Running The Robot Framework Script

If Else In Robot Framework With Variables Assignment

I need to execute some keywords conditionally in robot framework, but I dont know how to do it, it … Read more If Else In Robot Framework With Variables Assignment

User Keyword's Robot.running.model.keyword Object Children Attribute Returns Empty List In Prerunmodifier Start_suite Function

I have a simple prerunmodifier that implements the start_suite function in which it gets the suite … Read more User Keyword's Robot.running.model.keyword Object Children Attribute Returns Empty List In Prerunmodifier Start_suite Function

How To Create A Common Environment For Teamwork In Python

I would like to create a virtual environment for my team. My team, works in different places and ev… Read more How To Create A Common Environment For Teamwork In Python

Problem With Select From Database If Using Unicode Character

I'm using latest version of python and robot framework with DatabaseLibrary (https://franz-see.… Read more Problem With Select From Database If Using Unicode Character

How To Define A Variable Being A Dictionary With List Values In Robot Framework

In one of my testcases I need to define a dictionary, where the keys are string and the values are … Read more How To Define A Variable Being A Dictionary With List Values In Robot Framework