webdriver.io multiple threads in node server -


i have issue webdirver.io if send request server run webdriver.io, when there webdriver.io process running. second request stop current webdriver.io running , start new one. how can keep both of them running.

i use nodejs server.

const webdriverio = require('webdriverio');  var phantomjs = require('phantomjs-prebuilt');     let options = {              loglevel: 'verbose',              desiredcapabilities: {                  browsername: 'phantomjs'              }          };


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -