I am kind of new here, although I read often the posts, that is why, first of all, a big thank you for all the help we get here. If there is someone using Cypress, I have a problem with accessing a print dialog which is outside the DOM. I want to close the print dialog but I cannot access it using the Cypress commands. I had the same problem with Python and Selenium, but there I managed to install AutoGui and this helped me out.
Anyone had the same problem and found a solution to it? Thank you in advance.
** **
Related
I am facing an issue in which my script is getting stuck in chrome because of an alert. The script is neither getting passed or failed, it's just stuck there and doesn't go forward at all due to an alert.
I have tried Driver.switch().alert() but no use. It seems nothing works if that alert comes up.
Could any one suggest any way to handle this kind of alert? The alert is nothing but a normal alert having an OK button and a check box which says to prevent any additional dialogues.
Could anyone please help here as this small issue has caused the script to stop at that point itself.
Thanks in advance.
Please note that I am using selenium 3.0 and it was all working fine till yesterday. Since today, I am facing this issue.
Please find the below link it may useful for your problem.
http://seleniumsimplified.com/2013/10/faq-why-does-selenium-not-work-with-this-alert/
im using greasemonkey in firefox and looking to create a script that will close all but a specified tab(or webpage).
Ive little to no clue what im doing, i wanted it to be simple i.e.
if (tabs >= 3)
Close all tabs except specified webpage
but i just cant seem to figure it out or even find a list of my options =/
any help would be greatly appreciated
You can't do this, for the same reason that a random webpage can't: it would be a security nightmare. A given page can only control itself and its children.
I spent the last two hours searching on the Internet how to solve my problem but no one seems to experience this issue.
As many of you know, we can create a form on Google Forms Tool, then get source code and apply it to our own website giving us the ability to customize it.
My problem is: My form is really big so I separated it in different pages (I inserted "page break") and it is working.
But when I go get the source code, apply to my site, and I click "continue" it goes directly to google again...
Is there any way I can solve this?
I tried embed code but then i have another problem: I can't style it with css!!
Thank you, hope you guys can help me :)
After i have written out a function in some package, it's possible to display it's documentation via
ctrl+dot,ctrl+h
Is it possible to view the documentation for each method in the code completion popup, without actually writing the statement out?
No, it's not possible. Also, you're better off opening an issue on the issue tracker https://github.com/DisposaBoy/GoSublime/issues/new . In addition to emailing me, it's fastest way to get in contact with me.
I'm trying to import a script from one DB into another in FMP12 and found no other way then using UI scripting.
Most of the time the script stuck when I need to mark the checkbox, complaining that the UI element cannot be found, but as visible on the picture, it is referenced properly, at least this is how I see it:
Pls visit the link for the picture showing the problem, it is much clearer then if I write it down: https://www.dropbox.com/s/y8c7xuazrb5cvlq/Screenshot_25_4_13_3_08_PM.jpg
The funny think is that sometimes the script works fine and I cannot figure out what is making it working fine sometimes.
Any idea what am I doing wrong, or if there is some other way to refer to that UI element?
Thanks
Zsolt