Sys.Browser("chrome") - the object with the specified attributes does not exist
Hi *,
Given:
- Windows 10
- TC 12.06
- Chrome with all needed addins for TC
Description:
usually I start Chrome with Run-Command (Browsers.Item[name].Run(self.base_url)), then connectig to it with
self.browser = Sys.Browser(browser, wait_millis), where browser is set to *. Works fine ... with *, not if I use "chrome" or "Chrome", but it works
Problem:
started Chrome manually. Trying to connect with Sys.Browser("chrome") ... does not work. But with "*" it does not work either!
Where is my fault? I have no idea anymore.
Regards
Ulrich
SOLVED: it was my fault. The second argument was set to -1 by default. If I omit this, everything works fine. And as a reminder to myself: this is no wait time, but the browser index.
Hi,
Please download the 1.8.0 maintenance build in which column names are in upper case by default. You can download the maintenance build from below link.
https://support.smartbear.com/downloads/readyapi/nightly-builds/
Regards,
Marcus
SmartBear Support