diff --git a/LICENSE b/LICENSE index bc0bd30..845cb6f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 kinotio +Copyright (c) 2025 kinotio.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d128cda..5968814 100644 --- a/README.md +++ b/README.md @@ -69,26 +69,9 @@ driver({ browser: "chrome" }) }) .catch((error) => console.log(error)); -driver({ browser: "firefox" }) - .then(({ service }) => { - service.cases = [ - { - name: "Verify Failed Title", - fn: async ({ builder, assert }) => { - const title = await builder.getTitle(); - assert.assertEquals(title, "Drowsers"); - }, - }, - { - name: "Verify Title", - fn: async ({ builder, assert }) => { - const title = await builder.getTitle(); - assert.assertEquals(title, "Drowser"); - }, - }, - ]; - }) - .catch((error) => console.log(error)); + + + ``` ## Drowser Studio