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

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

Calling A Method Which Is Inside A Class In Python From A Robot File

I have a python class and the name of the file is one.py class one: def __init__(self,dict1,conn… Read more Calling A Method Which Is Inside A Class In Python From A Robot File

"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

How To Execute Robot Testcase From Eclipse Which Takes Command Line List Arguments As Input?

I have written a Robot test case which takes input list from command line. I ran the test case from… Read more How To Execute Robot Testcase From Eclipse Which Takes Command Line List Arguments As Input?

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?

How To Navigate To New Browser Window Using Partial Title Text Using Either Python, Or Javascript Or Robot Framework And Selenium

During my tests, we need to click on links that open webpages in new tab. In some cases, we see the… Read more How To Navigate To New Browser Window Using Partial Title Text Using Either Python, Or Javascript Or Robot Framework And Selenium