How to pack a Safari extension programmatically? [duplicate] - safari

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How can I build a Safari extension package from the command line?
I'm working on a web browser extension for Safari.
Is there any way to create a .safariextz package from the Linux or Mac commandline, in the same way we can do it for Firefox and Chrome extensions?

I am looking for this too.
It seems you can use XAR with a patch.
See also:
How can I build a Safari extension package from the command line?

Related

robot.input is not entering text on dockerized browser [duplicate]

This question already has answers here:
Karate Robot: Not able to click button using image
(2 answers)
Closed 1 year ago.
I encountered an issue while running my UI test cases on dockerized browsers. When I using 'robot.input(value)' for entering a text(input and value function not working for me), then instead of entering value on docker browsers it is entering text on my host windows browser. I am using the karate 0.9.6 version.
This is working fine in a normal browser.
Not sure if this issue is solved in newer versions.
The combination of robot and driver is not proven especially for Docker.
Please consider helping us troubleshoot and solve this problem, this is an open-source project.

Using Selenium with load Profile from Chrome Account [duplicate]

This question already has answers here:
How to open a Chrome Profile through Python
(2 answers)
How to open a Chrome Profile through --user-data-dir argument of Selenium
(3 answers)
Closed 2 years ago.
first question here so hope format is correct.
I am trying to use Selenium in order to automate a Log-In process but am encountering the following problem:
Image of issue
As you can see I have two different versions of the driver initialiser, this is because:
When I pick the executable to be the default chrome executable it opens a new window, with the correct profile information, but doesn't "act". It doesn't even show the usual "Chrome is being used by automated software" message
When I pick the chromedriver executable which I downloaded to use with Selenium it opens a window without any kind of information relative to the profile loaded but goes through the entire process I asked it to
I'd be grateful for any kind of help,
Thank you in advance

Failed to create Library in intelliji when configuring groovy sdk [duplicate]

This question already has answers here:
IntelliJ IDEA won't load Groovy found on my disk
(4 answers)
Closed 5 years ago.
Intelliji Version: 2017.1
Groovy version : 2.4.10 (zip file from official website)
Got following error in intelliji when configuring groovy library.
switched to 2.4.8 solved my problem, seems like intelliji doesn't support the latest version of groovy

xmllint isn't working in windows command prompt [duplicate]

This question already has answers here:
Installing xmllint
(6 answers)
Closed 2 years ago.
I've tried to check xml-file on validness with cmd.exe by using the command 'xmllint' as in the example:
xmllint -schema Bookstore.xsd --noout Bookstore-XSD.xml
but as a result, I saw the error:
'xmllint' is not recognized as an internal or external command, operable program or batch file.
Should I install some specific library? And if I should, where is it must be (what is the folder)?
xmllint isn't a standard part of Windows. It's typically used on a Unix-based operating system.
You can install it via cygwin on Windows as part of the libxml2 package. Alternatively, there might be a standalone Windows version of xmllint.exe available if you Google for it.
You can find a standalone Windows executable at the xmllint download page at Google Code.

How do I edit atoms.js when using Selenium RC?

I have the same Firefox 8 upload issue with Selenium as described here: Selenium IDE 1.4.1 throwing security error when uploading a local file
The solution to the problem is to edit the atoms.js file, which I can do for Selenium IDE.
However, I'm also using Selenium RC, and want to know how to do the equivalent thing there.
I'm running Ubuntu 10.
Thanks.
Found the atoms.js file.
It's here:
http://groups.google.com/group/selenium-users/browse_thread/thread/f09fbab515806073
Happy times.