Skip to content

Tag: php

Panther Chrome WebDriver : Full screen?

In my functional test of my symfony 4 application, i use the Chrome Webdriver with PANTHER_NO_HEADLESS=1 to see what happen. My problem is : Chrome browser starting with Debug Tool (F12) and not in full screen. This is a problem because i want to test elements that appears only on full screen. My test : Comma…

cannot print url data in a required format via php

I need to get url data printed in the following format below https://mysite/data/api?q=”‘xxxxx’ in contents” but each time i run the code below am getting something like this below which is not what …

Changing navigation and link URLs?

I am new to laravel and this will be inappropriate question. Although I searched I couldn’t find the answer. My project run smoothly with php artisan serve command. I just wanted to remove the artisan command. So I added my project into htdoc folder of XAMPP. Then I changed according to this answer http…