Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vijetas42
Specialist
Specialist

Qlikview app testing with selenium

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

3 Replies
Chanty4u
MVP
MVP

Anonymous
Not applicable

vijetas42
Specialist
Specialist
Author

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.