Skip to content
Advertisement

Tag: marathontesting

Select option from Combobox using visible text

I’m working with Marathon Java Driver for automating a JavaFX application. I have to select an value from a combobox based on visible text. Currently, I get all the options using .::all-options and looping through each item to get the text and compare it with the required text option. However, the time taken is high based on the number of

Advertisement