I've set up a demo account with Saucelabs. There are two kinds of tests, manual and automated. With the manual tests you can use a recorder to set up the test, with the automated you use your own code to contact Saucelabs and have them run your custom code/tests.
Is there a way to get the code ( C# code if possible ) from the manual test so that it can be used as a starting point for automated tests. This could greatly reduce the time needed to setup the automated tests as most ids/selectors will already be available.
Any comments and feedback are welcome.