No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
To interact with an already open browser in C# using Selenium, launch Chrome with the --remote-debugging-port flag (e.g., chrome.exe --remote-debugging-port=9222). Then, in your C# code, use ChromeOptions with the DebuggerAddress set to the same port (127.0.0.1:9222). This allows you to connect to the open browser and automate actions without triggering …
To automate input fields using a WebBrowser control in VB.NET, ensure that the page is fully loaded by handling the DocumentCompleted event. In your code, you can navigate to the desired URL and then, within the DocumentCompleted event, use the GetElementById method to access the input field. Once the element …
i don't know if u find solution suggest me to.
The End.
skynode