--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
To post to this group, send email to robotframework-users@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to robotframe...@googlegroups.com.
Kill WebDriver Import Library OperatingSystem ${os}= OperatingSystem.Run and Return RC ver ${webdriver}= Set Variable If ${os} == 0 \ and "${BROWSER.lower()}" in ('chrome', 'gc', 'googlechrome') chromedriver.exe ${command}= Set Variable If ${os} == 0 taskkill /f /im ${command}= Catenate ${command} ${webdriver} OperatingSystem.Run ${command}