Hello, I have to navigate the menu options using k6 browser module using JS. How to do it?
How can I click on the menu title and choose any menu option.
example:
Animals // let’s call it as title
Cat //option 1
Dog //option2
now I need to write the JS code for navigating to Animals and then click on Dog. How should I do it using k6 browser module?