Can someone please help me on the problem below: I have added a ThreadGroup and Firefox driver config and Web Driver Sampler. I have just written the below code in Web Driver Sampler:
WDS.sampleResult.sampleStart()
WDS.browser.get('http://google.com')
WDS.sampleResult.sampleEnd()
When I save this and run, the Firefox browser is getting launched, but it is not navigating to 'http://google.com'.
Can anyone please let me know why this is happening. I have tried this in 2 versions of Firefox, with the same result.