robotframework-ide

I can't run a simple test in RIDE (ROBOT FRAMEWORK)

I can't run a simple test in RIDE (ROBOT FRAMEWORK) Question: I was trying to run a test I wrote in RIDE IDE I’m using SelenuimLibrary and i’m trying to open the Linkedin login page Here is the code below Library Selenium2Library *** Variables *** ${Username} [email protected] ${Password} wrongpass ${Browser} Firefox ${SiteUrl} http://www.linkedin.com ${DashboardTitle} World’s …

Total answers: 2