Re: Where do we use Chrome driver in ReadyAPI Test for API testing??
I juHey ramaG
Whether you use docker containers or not isn't the determining factor whether you use the chrome driver. Chrome Driver is for use in UI tests (think! Chrome Driver means you have the Chrome browser) - have a look at the following link which discusses running Selenium tests in ReadyAPI! - although I've got to say - I never understood why you'd want to - there must be positives to doing it - I just cant see what they are - as far as I can tell running Selenium tests via ReadyAPI just adds an additional level of complication.
Anyway - have a look here - it should start you off --> https://support.smartbear.com/readyapi/docs/integrations/selenium/index.html
I just re-read your description - so to answer your question -no you wouldnt use a chrome driver with ReadyAPI to do API testing - it's to allow I suppose a consistent UI to your testing so you can have a single UI to deal with both you front end automation as well as your API testing.
Cheers,
Rich