Open cswright opened 10 years ago
When trying to install php-webdriver via PEAR I get the following:
pear install -f element-34/PHPWebDriver No releases for package "element-34/PHPWebDriver" exist install failed
I ran what was is given on the github page:
pear channel-discover element-34.github.com/pear pear install -f element-34/PHPWebDriver <- Problem happens here
Then I ran the following:
pear list -c element-34
Result:
(no packages installed from channel element-34.github.com/pear)
Is the pear channel for this library working or available at the moment?
If not is there manual instructions to install this library without using PEAR.
When trying to install php-webdriver via PEAR I get the following:
pear install -f element-34/PHPWebDriver No releases for package "element-34/PHPWebDriver" exist install failed
I ran what was is given on the github page:
pear channel-discover element-34.github.com/pear pear install -f element-34/PHPWebDriver <- Problem happens here
Then I ran the following:
pear list -c element-34
Result:
(no packages installed from channel element-34.github.com/pear)
Is the pear channel for this library working or available at the moment?
If not is there manual instructions to install this library without using PEAR.