-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
im trying to use seleniumbase against Perfectomobile cloud, and need to.
desired_cap = {
'platformName': 'Windows',
'platformVersion': '10',
'browserName': 'Chrome',
'browserVersion': '87',
'location': 'US East',
'resolution': '1024x768',
'securityToken': 'XXXXX' }
Beta Was this translation helpful? Give feedback.
All reactions
You can pass any capabilities that you'd like to as long as they are supported by the Selenium Grid that you're connecting to.
https://github.com/seleniumbase/SeleniumBase/blob/master/examples/capabilities/ReadMe.md
Replies: 1 comment 7 replies
-
You can pass any capabilities that you'd like to as long as they are supported by the Selenium Grid that you're connecting to.
https://github.com/seleniumbase/SeleniumBase/blob/master/examples/capabilities/ReadMe.md
Beta Was this translation helpful? Give feedback.
All reactions
-
what i was referring to is that the URL rendered by the code inserts the port number in the wrong place, usually the port is supposed to be added : https://:/xxxx/wd/hub
but instead the port is added 'https://demo.perfectomobile.com/nexperience/perfectomobile:4444/wd/hub'
I'm not refferinng inn my question to the number port.
hope I the question is clear :-)
Beta Was this translation helpful? Give feedback.
All reactions
-
I understand the issue now. I'll ship a fix in the next SeleniumBase release (it'll be today).
Beta Was this translation helpful? Give feedback.
All reactions
-
wow, thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions
-
@tallevy22 I just shipped two new versions of seleniumbase, and one of them has the fix, so just download the latest, give it a try, and let me know if you still have any issues with it.
Beta Was this translation helpful? Give feedback.
All reactions
-
its rendering correctly now, thank you
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1