-
Notifications
You must be signed in to change notification settings - Fork 254
Open Test Browser - SalesforcePlaywright.robot #3955
Copy link
Copy link
Open
Labels
area:robotframeworkComponent area: robotframeworkComponent area: robotframeworkbugneeds-reproNeeds a clear reproduction caseNeeds a clear reproduction caseseverity:minorTriage severity: minorTriage severity: minorv5-candidate:noBug fix for v4.x patch line OR out of v5 scopeBug fix for v4.x patch line OR out of v5 scope
Metadata
Metadata
Assignees
Labels
area:robotframeworkComponent area: robotframeworkComponent area: robotframeworkbugneeds-reproNeeds a clear reproduction caseNeeds a clear reproduction caseseverity:minorTriage severity: minorTriage severity: minorv5-candidate:noBug fix for v4.x patch line OR out of v5 scopeBug fix for v4.x patch line OR out of v5 scope
Type
Fields
Give feedbackNo fields configured for issues without a type.
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