xebia / Xebium

Xebium provides Selenium (webdriver) bindings for FitNesse, with Selenium-IDE support
http://xebia.github.com/Xebium/
Apache License 2.0
76 stars 62 forks source link

Open an existing session in Xebium #143

Closed saurabhsehgal1 closed 9 years ago

saurabhsehgal1 commented 9 years ago

Hi, I want to open an existing session in Xebium. Let me give you an example:

  1. I looged in to the application.
  2. Navigate to Page1
  3. Navigate to Page2
  4. Navigate to Page3

Now in my new script I directly want to open Page 3. Is there anyway in Xebium to do that? I tried using the following command but its not working. It does not recognize the URL. | start browser | firefox | on url | http://www.abc.com/abcd/Page3|

However when I directly paste the URL in the address bar it opens up the Page3 directly.

Thanks!

cwortel commented 9 years ago

Hi,

If “http://www.abc.com http://www.abc.com/” is your base_url, any path behind it you can be opened, using the “open" command.

| script | | start browser |firefox | on url | http://www.abc.com http://www.abc.com/ | | open | on | abcd/Page3 |

Regards,

Cirilo

On 18 Feb, 2015, at 21:14 pm, saurabhsehgal1 notifications@github.com wrote:

Hi, I want to open an existing session in Xebium. Let me give you an example:

  1. I looged in to the application.
  2. Navigate to Page1
  3. Navigate to Page2
  4. Navigate to Page3

Now in my new script I directly want to open Page 3. Is there anyway in Xebium to do that? I tried using the following command but its not working. It does not recognize the URL. | start browser | firefox | on url | http://www.abc.com/abcd/Page3| http://www.abc.com/abcd/Page3%7C However when I directly paste the URL in the address bar it opens up the Page3 directly.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/xebia/Xebium/issues/143.

raboof commented 9 years ago

@saurabhsehgal1 does this answer your question?