Recently, I have encountered an issue while running my test cases on a Linux server. Specifically, when trying to open a new window using Robot Framework, I consistently receive a Timeout Exception.
This problem seems to be isolated to the server environment as I rarely encounter it when running the same keyword locally.
The keyword in question involves the following steps:
Execute Javascript window.open('')
Get Window Titles
Select Window title=undefined
The failure occurs during the execution of 'Execute Javascript window.open('')'. The error message displayed is:
TimeoutException: Message: script timeout (Session info: headless chrome=79.0.3945.79)
I utilize this keyword in 3 different test cases within the same suite.
Despite searching various forums, I have been unable to find a similar case to mine. Any assistance would be greatly appreciated. Thank you!