Unable to find input box - salesforce page | Selenium Forum
M
Posted on 15/12/2015
Hello Ashish,
After spending couple of hours on finding this input box On create new task - salesforce page. I am posting here to see if you could help get through this stage.

Steps
Loginto Salesforce > click Tasks > Create new task >

I am trying to send keys in to Subject box. But the id's change every run and i am not able to get the absolute xpath for input box

I have attached the sreen grab.

Thanks a lot
Bharathi

M
Replied on 15/12/2015

please check is that inside a iframe.


M
Replied on 15/12/2015

found that the starting of id was constant so //input[starts-with(@id,"40")] worked.

Many thanks
Bharathi