vishalmysore / sam

Autonomous Agent or Large Action Model Implementation in Java. Selenium and AI integration, AI based validations for tests. UI Validation, Image processing and much more
MIT License
11 stars 2 forks source link

io.github.vishalmysore:tools4ai:jar:1.0.1 is missing, no dependency information available #1

Closed ffazil closed 4 months ago

ffazil commented 5 months ago
<dependency>
            <groupId>io.github.vishalmysore</groupId>
            <artifactId>tools4ai</artifactId>
            <version>1.0.1</version>
        </dependency>
vishalmysore commented 4 months ago

Hey , its available now , Thanks for your feedback , also please note that that SeleniumProcessor has been refactored and now there are two implementations

Also as you would notice looking at the code of Tools4AI this class is work in progress as I have to identify each various permutation and combination of selenium actions, right now it works for GET, CLICK , Get Element etc,

ffazil commented 4 months ago

Thanks for the update. Will check it out and open issues if necessary.