Module 18: Add Stock | Selenium Forum
B
barik.arun Posted on 10/04/2020

I would like to know how can we select the option in  Add stock window when we give a partial Stock name. Say I gave 'Titan' in stock field and I want to select 'Titan Company Ltd'. I tried couple of ways, not getting any result. Please help.


A
Ashish Thakur Replied on 14/04/2020

you can detect by text use text in xpath

//span[text()='XXXXXX']


Related Posts