Support > Forums > OpenBots Studio > how to automate the websites without using a web element recorder
I'm trying to automate the websites without using a web element recorder(version 1.5). Element action commands not accepting the parameter values(XPath,CSS selector etc). is anyone aware of this issue? Waiting for a response. Thanks in Advance
This forum has 317 topics, 687 replies, and was last updated 4 months ago by Nataly Alvarado...
It's working now! Thanks for the Help! @Nataly
@Lakshman,
if you are using version 1.5.0 or higher, you need to format the xpath as a string (we use c# language inline). In this case, you would indicate it as: �//*[@id='session_key']�.
Hi Usman I'm trying as you said but this exception comes. This is my xpath "//*[@id="session_key"]".
Exception Type: ElementNotVisibleException Exception Message: Unable to find element within the provided time limit
Hi, Try the syntax with your XPath "//*[@id="yourId"]".
Thanks for the response @Usman Shafqat. I did as you said, but it can't accept the parameters.
Hi Lakshman Duggineni, Try to pas Xpath and other parameters in "". it will work.
You are not authorized to reply, please click here to login and add your reply to this topic.