dornech

Results 7 comments of dornech

I was talking about a typelib for Python developped COM objects. I was thinking about support for automatically creating the IDL file and probably a kind of toolchaining with COM...

If the browser was opened using objSelenium.AddArgument "--remote-debugging-port={debugport}" you may try with objSelenium.SetPreference "debuggerAddress", "localhost:{debugport}" At least this is the way it works in Python.

Hi, I cannot confirm. I checked with Chrome 103.0.5060.53 with the latest Chromedriver 103.0.5060.53 and cannot confirm an issue with SeleniumBasic. Works as before for me, just performance seems to...

This is an accepted error in ChromeDriver 103. According to changelog, It is already fixed in 104. Regression for version1 03 is under discussion. https://bugs.chromium.org/p/chromedriver/issues/detail?id=4121

Migrating to Python is what I decided to do as well because support for SeleniumBasic is unclear on the long run. I already developed some stuff based on Win32 libs...

Oh, thanks, great. It works. Caused some work because I want to integrate different wrappers as base in a versatile generator function but I think it worked.