Skip to content

Conversation

@shadowusr
Copy link
Member

@shadowusr shadowusr commented Oct 12, 2025

What's done?

Implemented a new launchBrowser tool, that lets users customize which browser is launched and with what capabilities.

Now, users may use prompts like:

Open example.com using testplane MCP on iPhone 15 Pro screen and make a screenshot

LLMs will automatically determine correct screen dimensions and pass them as desiredCapabilities to this new tool.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

...context.browser.getOptions(),
};

if (Object.prototype.hasOwnProperty.call(args, "desiredCapabilities")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "Object.prototype.hasOwnProperty" different from "Object.hasOwn"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the difference is very subtle

@shadowusr shadowusr merged commit 5171785 into master Oct 15, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants