error due to pop-up blocker #2567
AbdurrahmanPulat
started this conversation in
General
Replies: 1 comment 2 replies
-
You should try using the following Or if none of those works it may be issue with permissions probably https://docs.taiko.dev/api/overridepermissions/ It will be good if you can explain the issue a bit more clearly and with screenshots or possible sandbox to reproduce it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, when I use the pop-up blocker, my test steps time out, what is the reason?
Failed to capture screenshot on failure.
Error: Connection to browser lost. This probably isn't a problem with Taiko, inspect logs for possible causes.
Logout
Error: Connection to browser lost. This probably isn't a problem with Taiko, inspect logs for possible causes.
at validate (c:\Users\abdpulat\smartOfficeTest\node_modules\taiko\lib\connection.js:177:11)
at module.exports.listItem (c:\Users\abdpulat\smartOfficeTest\node_modules\taiko\lib\taiko.js:1600:3)
at Object.clickProfileIcon (c:\Users\abdpulat\smartOfficeTest\features\login\login.js:64:33)
at Object. (c:\Users\abdpulat\smartOfficeTest\features\login\login_step_implementation.js:80:28)
at Test.runFn (C:\Users\abdpulat\AppData\Roaming\gauge\plugins\js\2.4.0\src\test.js:70:23)
at Test.run (C:\Users\abdpulat\AppData\Roaming\gauge\plugins\js\2.4.0\src\test.js:107:11)
at Object.executeStep [as step] (C:\Users\abdpulat\AppData\Roaming\gauge\plugins\js\2.4.0\src\executor.js:52:42)
at Object.executeStep (C:\Users\abdpulat\AppData\Roaming\gauge\plugins\js\2.4.0\src\message-processor.js:47:26)
at ServiceHandlers.executeStep (C:\Users\abdpulat\AppData\Roaming\gauge\plugins\js\2.4.0\src\serviceHandlers.js:55:16)
at handleUnary (C:\Users\abdpulat\AppData\Roaming\gauge\plugins\js\2.4.0\node_modules@grpc\grpc-js\build\src\server.js:664:13)
Error: Connection to browser lost. This probably isn't a problem with Taiko, inspect logs for possible causes.
at validate (c:\Users\abdpulat\smartOfficeTest\node_modules\taiko\lib\connection.js:177:11)
at module.exports.listItem (c:\Users\abdpulat\smartOfficeTest\node_modules\taiko\lib\taiko.js:1600:3)
at Object.clickLogout (c:\Users\abdpulat\smartOfficeTest\features\login\login.js:73:19)
at Object. (c:\Users\abdpulat\smartOfficeTest\features\login\login_step_implementation.js:81:28)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
WARNING: Connection to browser lost. This probably isn't a problem with Taiko, inspect logs for possible causes.
Successfully generated html-report to => c:\Users\abdpulat\smartOfficeTest\reports\html-report\index.html
Specifications: 1 executed 0 passed 1 failed 0 skipped
Scenarios: 2 executed 1 passed 1 failed 0 skipped
Total time taken: 1m2.261s
Error: Tests failed.
After logging into the application, the home screen remains fixed like this
When I remove the popup blocker from my codes, everything works, but I need to use the popup blocker because after calling a user, I need to answer the call from the incognito tab. I need to use a popup blocker to show the call from the incognito tab. This problem didn't exist before, it started popping up all of a sudden.
Beta Was this translation helpful? Give feedback.
All reactions