Mypaal_DM

Results 6 comments of Mypaal_DM

Hi @viktorgogulenko, Can you help with the similar requirement below - A zip file is downloading and given "default_directory": "/home/selenium/Downloads" in chrome options and I see in the vnc viewer...

@viktorgogulenko Thanks for this code, but still I am facing the issue - {browser.params.selenoidHost} and ${browser.params.selenoidPort} returniung 'undefined' and so avoid this I just updated the code as below -...

@viktorgogulenko My selenium adress is - http://localhost:4444/wd/hub/ so given static value. 1. Also i am running tests on Selenoid container only. not running locally any. 2. Given downloaded path in...

@viktorgogulenko This is kind of a blocker for me, so if any help would be greatly appreciated

I too facing the same issues when only try to create an instance of module/page in the 'beforeLaunch' hook in the config.ts file. If commented the 'beforeLaunch' code it is...

I got to know the issue is, in the confg.js file, there is 'params' block where I pointed to some test JSON files, these are invoked from page-level but if...