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 perl export in Katalon IDE #415

Open
garnier-quentin opened this issue Jan 14, 2019 · 8 comments
Open

Add perl export in Katalon IDE #415

garnier-quentin opened this issue Jan 14, 2019 · 8 comments

Comments

@garnier-quentin
Copy link

Hi,

You provide a javascript file for Selenium IDE. Do you think we can have the same thing for katalon ? Like that, we could get an export directly in webdriver perl code.

@teodesian
Copy link
Owner

From https://addons.mozilla.org/en-US/firefox/addon/katalon-automation-record/ :

So maybe our JS file will just work as-is? Worth a shot. If it doesn't work, feel free to share any kind of errors you see from it and I'll look into it further.

@garnier-quentin
Copy link
Author

I have installed your js file in katalon recorder. Nothing is added in export (don't see Perl WebDriver). And there is nothing in log.

@teodesian
Copy link
Owner

OK, so I looked up the doc. User extensions are slightly different than formatters:

https://www.seleniumhq.org/docs/08_user_extensions.jsp
https://docs.katalon.com/katalon-recorder/docs/extension-scripts-aka-user-extensionsjs-for-custom-locator-builders-and-actions.html#locator-builders

The good news is that it appears they actually have documented an example of a formatter for katalon:
https://docs.katalon.com/katalon-recorder/docs/writing-custom-script-formatter.html

So, I can look at this over the weekend.

@teodesian
Copy link
Owner

OK, so as far as I can tell there are 520 commands I'm gonna have to map to make this work.

Not. Fun.

teodesian added a commit that referenced this issue Jan 19, 2019
@teodesian
Copy link
Owner

OK, so their plugin load of formatter extensions is broken:

katalon-studio/katalon-recorder-sample-plugin#3

As such I'm gonna put this issue on ice until they fix their plugin.

@garnier-quentin
Copy link
Author

Hi,

What do you plan for that ?

@teodesian
Copy link
Owner

I've got a prototype, but haven't had any free time to work on selenium stuff in months

I've got some free time coming up in november, so I'll probably do something about it then

@Coolgeek789
Copy link

any news ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants