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

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

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?

Syntax Highlight (.tmlanguage) In Sublime Text 3 For Packages

I work on this plugin Syntax highlight does not work with Sublime Text 3 when plugin is installed u… Read more Syntax Highlight (.tmlanguage) In Sublime Text 3 For Packages

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