Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to generate Selenium code using SeeClick or XPath #10

Closed
A-Karam20 opened this issue Jan 11, 2025 · 1 comment · Fixed by #16
Closed

Add option to generate Selenium code using SeeClick or XPath #10

A-Karam20 opened this issue Jan 11, 2025 · 1 comment · Fixed by #16
Assignees
Labels
enhancement New feature or request

Comments

@A-Karam20
Copy link
Collaborator

Description:

We should add an option to the compiler to allow users to generate Selenium code in two different ways:

  1. SeeClick: This option would generate the Selenium code intended for use by SeeClick or another LLM model.
  2. XPath: This option would generate the Selenium code using XPath to locate elements.

This flexibility would give users the choice to select the method of their preference or the one that is most appropriate for their use case.

@Ghaadyy
Copy link
Owner

Ghaadyy commented Jan 12, 2025

We can add command line arguments to specify what target we should build for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants