Hi I have exported the below test case from Katalon recorder to Robot Framework code.I am trying to run this in PyCharm or RIDE using Python 2.7. PyCharm and RIDE both seem to not like the Resource seleniumLibrary.robot code.
How can I import this seleniumLibrary.robot file? Where is it? I have downloaded Robot Framework, SeleniumLibrary, Selenium2Library, WxPython, and RIDE and all are working now I am just trying to get this code to run.
I followed the instructions below to get up and running
*** Settings ***
Suite Setup Open Browser https://www.katalon.com/ firefox
Suite Teardown Close Browser
Resource seleniumLibrary.robot
*** Variables ***
${undefined} https://www.katalon.com/
*** Test Cases ***
Test Case
open https://abcxyz.com/catalog-portal/
click xpath=//div[5]/div/div[2]/img
selectWindow win_ser_1
selectFrame index=0
click xpath=//td[@onclick="if (warnUnfinishedPage()) return false; changePage('pc.quote.html.QuoteSummarySection','refresh'); return false;"]
click xpath=(.//*[normalize-space(text()) and normalize-space(.)='Email'])[1]/following::td[5]
type name=t1st__TBOX 603449
click xpath=(.//*[normalize-space(text()) and normalize-space(.)='All'])[2]/following::input[1]
click link=Q603449
click link=Email
addSelection id=null Doe, John ([email protected])
click xpath=(.//*[normalize-space(text()) and normalize-space(.)='Email this Quote'])[1]/following::input[2]
select name=FORMAT Text
click link=Send
close win_ser_1
selectWindow win_ser_local
close win_ser_local