Describe the bug
I am new to cumulusci and robot however I have been directed here after much digging and asking around I have a project where I'm using cumulusci 4.8.1 with Python 3.12.12.
I'm trying to use Open Test Browser, initially with no arguments, but then with arguments and I'm seeing different errors. I've debugged and uninstalled/reinstalled.
Basic example code
`*** Settings ***
Resource cumulusci/robotframework/SalesforcePlaywright.robot
*** Tasks ***
Open Custom Browser
Open Test Browser`
Error: browser.newContext: viewport.width: expected integer, got string
`*** Settings ***
Resource cumulusci/robotframework/SalesforcePlaywright.robot
*** Tasks ***
Open Custom Browser
Open Test Browser size=1920x1080`
Gives the same.
The installation appears to be fine. Non-browser functionality seems to be working fine.
Reproduction steps
n. ...
Your CumulusCI and Python versions
CumulusCI version: 4.8.1
Python version: 3.12.12
You have the latest version of CumulusCI
Operating System
macOS 15.7.4
Windows environment
No response
CumulusCI installation method
None
Error Gist
No response
Additional information
No response
Describe the bug
I am new to cumulusci and robot however I have been directed here after much digging and asking around I have a project where I'm using cumulusci 4.8.1 with Python 3.12.12.
I'm trying to use Open Test Browser, initially with no arguments, but then with arguments and I'm seeing different errors. I've debugged and uninstalled/reinstalled.
Basic example code
`*** Settings ***
Resource cumulusci/robotframework/SalesforcePlaywright.robot
*** Tasks ***
Open Custom Browser
Open Test Browser`
Error: browser.newContext: viewport.width: expected integer, got string
`*** Settings ***
Resource cumulusci/robotframework/SalesforcePlaywright.robot
*** Tasks ***
Open Custom Browser
Open Test Browser size=1920x1080`
Gives the same.
The installation appears to be fine. Non-browser functionality seems to be working fine.
Reproduction steps
n. ...
Your CumulusCI and Python versions
CumulusCI version: 4.8.1
Python version: 3.12.12
You have the latest version of CumulusCI
Operating System
macOS 15.7.4
Windows environment
No response
CumulusCI installation method
None
Error Gist
No response
Additional information
No response