--
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.
This type of problem is usually the element not having focus.
When we interact with browser, we move the mouse pointer to the element and then click.
Look for keywords like `Focus` or `Mouse Over` to gain focus of the element.
My Favorite Open Source Projects
awsome-lists gretl robotframework
(sponsored/patrocinado) Recomendo servidores e alojamento Web em:
http://www.proalojamento.pt/
On Wed, May 17, 2017 at 7:23 AM, santosh b s <bs.sa...@gmail.com> wrote:
Hello,I am a new to Robot Framework and developing a POC. I encountered a strange scenario where I can locate element using xpath (in Firebug), but when I try to click the element using Click Element event in Robot Framework, I am getting the message ElementNotInteractableException: Message:I am using the same XPath in the robot framework too. This element doesn't have any id or unique identifier associated with it.Screenshots from Robot FrameworkAny pointers on resolving this issue would be of great help. If similar issue is already discussed, could anyone point me to that?Regards,Santosh B S
--
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 robotframe...@googlegroups.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 post to this group, send email to robotframework-users@googlegroups.com.
or2. Manipulate the firefox preferences to not show the popup, but directly save the file. Take a look at https://stackoverflow.com/questions/33198814/how-to-set-preferences-for-firefox-in-robot-framework.