\ Run Keyword If ${present} ${gettextnext}= Get Text xpath=//*[@id='content']/div[3]/div/section[1]/div[2]
What is wrong with this?Should be something like this:${gettextnext}= Run Keyword If ${present} Get Text xpath=//*[@id='content']/div[3]/div/section[1]/div[2]See the documentation at http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Run%20Keyword%20If
\ Run Keyword If ${present} ${gettextnext}= Get Text xpath=//*[@id='content']/div[3]/div/section[1]/div[2]What is wrong with this?
--
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-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
\ ${gettextnext}= Run Keyword If ${present} Get Text xpath=//*[@id='content']/div[3]/div/section[1]/div[2]
got this No keyword with name 'Run Keyword If ${present} Get Text' found.
did I not get the syntax right?Should be something like this:${gettextnext}= Run Keyword If ${present} Get Text xpath=//*[@id='content']/div[3]/div/section[1]/div[2]See the documentation at http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Run%20Keyword%20If
On Thu, Jul 21, 2016 at 11:14 PM, jloyzaga <jloy...@gmail.com> wrote:
\ Run Keyword If ${present} ${gettextnext}= Get Text xpath=//*[@id='content']/div[3]/div/section[1]/div[2]What is wrong with this?
--
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.
\ Run keyword if '»' in '''${gettextnext}''' ${INDEXa}= Set Variable 1
No keyword with name '1=' found.
--
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-u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Ugh
Reading the user guide about test data format should bring more light to the problem: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#plain-text-format
-Tatu
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--
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-u...@googlegroups.com.
I'm using pycharm
--
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-u...@googlegroups.com.