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

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

How To Add Headers For Createsession In Robot Framework Http Requests Library

I am using the requests library in Robot framework provided at this github link. The documentation … Read more How To Add Headers For Createsession In Robot Framework Http Requests Library

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

How To Parse Email Body With Robot Framework

I'm tryin to parse a specific string from an email(gmail) using the ImapLibrary2 in Robot Frame… Read more How To Parse Email Body With Robot Framework

How To Convert Date Before 1970 In Python

I wrote a method to handle mongodb result, where date is coming as datetime.datetime() i used dumps… Read more How To Convert Date Before 1970 In Python