Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am testing qlikview app with selenium by writing code in c#.but, I am having one doubt that how to write syntax for qlikview text object click even in c# that,I am having one text box and when I click on it a dropdown list opens up so, how to write this in c#
please suggest any help
Thanks,
Vijeta
Hi,
I need syntax to implement the above issue but, all threads are just explaining how selenium works.I need syntax for qlikview text object in c# like for any sheet open we write code as, selenium.click("//li[@id='Document\\SH01']/a/span")
same way how to write for text object click.