Integrating shell scripts with selenium
1 I have a situation where we would like to run our Selenium test suite, but at certain points in the process we would like to execute a shell command on our machine. Does Selenium have the capability of executing a shell command and to receive a response and then to act on those results? Is this possible? If so, how? thanks in advance. selenium testng share | improve this question asked Nov 14 '18 at 9:16 Rajat Rajat 6 1 "Selenium automates browsers. That's it!" – Corey Goldberg Nov 14 '18 at 19:11 add a comment | 1 I have a situation where we would like to run our Selenium test suite, but at certain points in the process we would like to execute a shell command on our machine. Does Selenium have the capability of executing a shell command and to receive a response and then to act on those results? Is this possible? If so, how? thanks in advance. selenium testng share | im...