You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The snapsIE works fine with IE 10, but I still coult not get it working with HTA.
I checked the code, and found it did consider the case of HTA, however it still tries to call a null pointer of spbrowser (mainly to get and set the size of browser) by the end.
So I tried to remove the corresponding code, and it did not crash anymore, however, I only get a black image. I wonder if that was normal?
I asked, because according to second result for Googling of 'HTA SnapsIE', there was a conversation between you and the original author:
With the latest changes I've made to SnapsIE, it seems things work fine with IE in HTA mode (I had to patch this in, too, of course).
I know the project is not active for a long time, but currently there is not much alternative for IE screen capture with selenium. In fact, as I checked the latest selenium source code, they are still using the SnapsIE for proxy injection mode of selenium, which is not working (and not advised) anymore.
So, by knowing if this module is really working with HTA or not, I think would help me and many others of future as well.
Thank you very much.
The text was updated successfully, but these errors were encountered:
hi,
The snapsIE works fine with IE 10, but I still coult not get it working with HTA.
I checked the code, and found it did consider the case of HTA, however it still tries to call a null pointer of spbrowser (mainly to get and set the size of browser) by the end.
So I tried to remove the corresponding code, and it did not crash anymore, however, I only get a black image. I wonder if that was normal?
I asked, because according to second result for Googling of 'HTA SnapsIE', there was a conversation between you and the original author:
https://groups.google.com/d/topic/selenium-developers/QZAWQErKJMs
With the latest changes I've made to SnapsIE, it seems things work fine with IE in HTA mode (I had to patch this in, too, of course).
I know the project is not active for a long time, but currently there is not much alternative for IE screen capture with selenium. In fact, as I checked the latest selenium source code, they are still using the SnapsIE for proxy injection mode of selenium, which is not working (and not advised) anymore.
So, by knowing if this module is really working with HTA or not, I think would help me and many others of future as well.
Thank you very much.
The text was updated successfully, but these errors were encountered: