input text ${locator_name} ${EMPTY}
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/7d08e90a-85b6-46ac-aac0-1dac5f7cfb17%40googlegroups.com.
Clear Element Text ${locator_name}Thanks & RegardsP.Srihariᐧ
On Fri, Aug 30, 2019 at 3:27 AM hari kiran vankayala <hariki...@gmail.com> wrote:
Hello,--I am new to robot framework.Just trying to see if there is a solution to clear default value in input type text in robot frameworkI tried :input text ${locator_name} ${EMPTY}
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.
oh yeah, tried that. Did not work.
On Thursday, 29 August 2019 15:59:56 UTC-7, Sri Hari Naidu wrote:
Clear Element Text ${locator_name}Thanks & RegardsP.Srihariᐧ
On Fri, Aug 30, 2019 at 3:27 AM hari kiran vankayala <hariki...@gmail.com> wrote:
Hello,--I am new to robot framework.Just trying to see if there is a solution to clear default value in input type text in robot frameworkI tried :input text ${locator_name} ${EMPTY}
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/7d08e90a-85b6-46ac-aac0-1dac5f7cfb17%40googlegroups.com.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/775abe02-83c0-4a50-9a7c-5c2893d8a445%40googlegroups.com.
If possible could you send the entire code snippet?
On Fri, 30 Aug 2019 at 8:29 AM, hari kiran vankayala <hariki...@gmail.com> wrote:
oh yeah, tried that. Did not work.
On Thursday, 29 August 2019 15:59:56 UTC-7, Sri Hari Naidu wrote:
Clear Element Text ${locator_name}Thanks & RegardsP.Srihariᐧ
On Fri, Aug 30, 2019 at 3:27 AM hari kiran vankayala <hariki...@gmail.com> wrote:
Hello,--I am new to robot framework.Just trying to see if there is a solution to clear default value in input type text in robot frameworkI tried :input text ${locator_name} ${EMPTY}
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/7d08e90a-85b6-46ac-aac0-1dac5f7cfb17%40googlegroups.com.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/775abe02-83c0-4a50-9a7c-5c2893d8a445%40googlegroups.com.
If possible could you send the entire code snippet?
On Fri, 30 Aug 2019 at 8:29 AM, hari kiran vankayala <hariki...@gmail.com> wrote:
oh yeah, tried that. Did not work.
On Thursday, 29 August 2019 15:59:56 UTC-7, Sri Hari Naidu wrote:
Clear Element Text ${locator_name}Thanks & RegardsP.Srihariᐧ
On Fri, Aug 30, 2019 at 3:27 AM hari kiran vankayala <hariki...@gmail.com> wrote:
Hello,--I am new to robot framework.Just trying to see if there is a solution to clear default value in input type text in robot frameworkI tried :input text ${locator_name} ${EMPTY}
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/7d08e90a-85b6-46ac-aac0-1dac5f7cfb17%40googlegroups.com.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/775abe02-83c0-4a50-9a7c-5c2893d8a445%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/7d08e90a-85b6-46ac-aac0-1dac5f7cfb17%40googlegroups.com.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/775abe02-83c0-4a50-9a7c-5c2893d8a445%40googlegroups.com.
--Thanks & RegardsP.Srihari
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/ef6d4c27-00f5-4d60-90b4-5ab389a27ac4%40googlegroups.com.
[Arguments] ${value}
${text_lenght}= Get Length ${value}
Run Keyword If """${value}""" != ''
... Repeat Keyword ${text_length} Press Key ${locator_id} \\08 #\\08 - Delete