Good day,
I have some scripts (in fitnesse) that executes some selenium commands. However, there are some processes wherein it would be too complex (or hackish) with a plain selenium (+fitnesse) approach, so I'm planning to create my own class which will handle those complex processing (i.e. check if the items in the table are sorted in ascending date).
This class would then have to take control of the browser that the first selenium java client has launched (i.e. after logging in, navigating to some pages, doing some other actions), and then do its specialized actions.
How would I be able to do that with the selenium java client?
Thanks, Franz