1

I would like to write automated tests for a Safari extension with Selenium, but I don't find any documentation how to use the new Safari built-in WebDriver to access an installed Safari extension.

asked Sep 15, 2017 at 9:38

1 Answer 1

1

Currently you cannot even load Safari extensions with Selenium anymore, atleast since Selenium 3.x.

If I was building a Safari extension I would write a lot of unit and component test. Then either test the wiring (e.g. end-to-end Smoke tests) manual or with something like Sikuli.

Even the Safari extension developer documentation does not speak about testing. Wondering you shouldn't stay away from this platform.

answered Sep 15, 2017 at 13:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.