Support > Forums > OpenBots Studio > how to automate the websites without using a web element recorder

how to automate the websites without using a web element recorder

Lakshman Duggineni

  • Reporter
  • Calender Icon July 05,2021 at 1:39 PM

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 314 topics, 681 replies, and was last updated 8 days ago by Support Agent

Lakshman Duggineni

  • Participant
  • Calender Icon July 08,2021 at 4:19 AM

It's working now! Thanks for the Help! @Nataly

Nataly Alvarado...

  • Participant
  • Calender Icon July 07,2021 at 1:09 PM

@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']�.

Lakshman Duggineni

  • Participant
  • Calender Icon July 06,2021 at 1:38 PM

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

Usman Shafqat

  • Participant
  • Calender Icon July 06,2021 at 1:07 PM

Hi, Try the syntax with your XPath "//*[@id="yourId"]".

Lakshman Duggineni

  • Participant
  • Calender Icon July 06,2021 at 11:53 AM

Thanks for the response @Usman Shafqat. I did as you said, but it can't accept the parameters.

Usman Shafqat

  • Participant
  • Calender Icon July 06,2021 at 10:25 AM

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.