Popular Posts

C# - GhostBrowser | Selenium lib | open-source

Wrapper for selenium c#
made by chorao157

Next updates
void XType(string text) - Simulate human typing - simulate real keyboard events
void XClick() - Simulate human click - simulate real mouse move and events
Random "human" delays

Methods
C#:
using System;
using System.Linq;

namespace Spoflix.Lib
{
    interface IGhostBrowser
    {
        void Start();
        void Exit();
        void Navigate(string url);
        void FindElementByClass(string...
C# - GhostBrowser | Selenium lib | open-source

by chorao157 via TBN

No comments:

Add Comment